From 81c1eb264a4c4c2f3af9377dd94f2cecdae42643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 17:32:54 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chia-test.yml | 2 +- .github/workflows/latest-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chia-test.yml b/.github/workflows/chia-test.yml index 73a5398..d426de8 100644 --- a/.github/workflows/chia-test.yml +++ b/.github/workflows/chia-test.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: 'tag' with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/latest-release.yml b/.github/workflows/latest-release.yml index fc624d4..db8ecb3 100644 --- a/.github/workflows/latest-release.yml +++ b/.github/workflows/latest-release.yml @@ -41,7 +41,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PAT }} # Get the most recent release from chia-blockchain and build that - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: 'latest-tag' with: github-token: ${{ secrets.GITHUB_TOKEN }}