Skip to content

Commit e03086e

Browse files
chore(deps): update actions/github-script action to v8
1 parent 0f22c33 commit e03086e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
#github forces lower case for the image name
2525
- name: Get lowercase repo owner name
26-
uses: actions/github-script@v7
26+
uses: actions/github-script@v8
2727
id: repo-owner
2828
with:
2929
result-encoding: string
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
echo "latest-tag=latest" | tr -d "\n" >> $GITHUB_OUTPUT
4646
47-
- uses: actions/github-script@v7
47+
- uses: actions/github-script@v8
4848
id: get-tag
4949
if: startsWith(github.ref, 'refs/tags/')
5050
with:
@@ -135,7 +135,7 @@ jobs:
135135
username: ${{ github.actor }}
136136
password: ${{ secrets.GITHUB_TOKEN }}
137137

138-
- uses: actions/github-script@v7
138+
- uses: actions/github-script@v8
139139
id: expand-tags
140140
with:
141141
script: |

0 commit comments

Comments
 (0)