Skip to content

Commit a260d14

Browse files
authored
Merge pull request #291 from Chia-Network/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 7ecd795 + 3103baf commit a260d14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/chia-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v5
1111

12-
- uses: actions/github-script@v7
12+
- uses: actions/github-script@v8
1313
id: 'tag'
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/latest-release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
password: ${{ secrets.DOCKERHUB_PAT }}
4242

4343
# Get the most recent release candidate from chia-blockchain
44-
- uses: actions/github-script@v7
44+
- uses: actions/github-script@v8
4545
id: 'latest-rc-tag'
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/latest-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
password: ${{ secrets.DOCKERHUB_PAT }}
4242

4343
# Get the most recent release from chia-blockchain and build that
44-
- uses: actions/github-script@v7
44+
- uses: actions/github-script@v8
4545
id: 'latest-tag'
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)