Skip to content

Commit 6772956

Browse files
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 282bd81 commit 6772956

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
password: ${{ secrets.DOCKERHUB_TOKEN }}
1818
# https://github.com/docker/build-push-action/issues/42#issuecomment-915323168
1919
- name: Set Versions
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v8
2121
id: set_version
2222
with:
2323
script: |

.github/workflows/ghcr-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
username: ${{ github.actor }}
2121
password: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Set Versions
23-
uses: actions/github-script@v7
23+
uses: actions/github-script@v8
2424
id: set_version
2525
with:
2626
script: |

0 commit comments

Comments
 (0)