Skip to content

Commit 581920f

Browse files
authored
Merge pull request #140 from ks6088ts-labs/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 665e878 + 6eb919b commit 581920f

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)