Skip to content

Commit 7feebea

Browse files
renovate-botvlsi
authored andcommitted
chore(deps): update actions/github-script action to v8
1 parent 236bd21 commit 7feebea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Get the current version
21-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
21+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
2222
id: current_version
2323
with:
2424
# language=javascript

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "version=$VERSION" >> $GITHUB_OUTPUT
5858
5959
- name: Check if tag exists
60-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
60+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
6161
env:
6262
VERSION: ${{ steps.release_version.outputs.version }}
6363
with:

0 commit comments

Comments
 (0)