Skip to content

Commit 251f6f6

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 16cbbb2 commit 251f6f6

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
@@ -16,7 +16,7 @@ jobs:
1616
password: ${{ secrets.DOCKERHUB_TOKEN }}
1717
# https://github.com/docker/build-push-action/issues/42#issuecomment-915323168
1818
- name: Set Versions
19-
uses: actions/github-script@v7
19+
uses: actions/github-script@v8
2020
id: set_version
2121
with:
2222
script: |

.github/workflows/ghcr.yaml

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

0 commit comments

Comments
 (0)