Skip to content

Commit 20711fa

Browse files
renovate-botvlsi
authored andcommitted
chore(deps): update actions/github-script action to v8
1 parent fd4a261 commit 20711fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
distribution: ${{ matrix.java_distribution }}
6363
architecture: x64
6464
- name: Steps to reproduce
65-
uses: actions/github-script@v7
65+
uses: actions/github-script@v8
6666
with:
6767
script: |
6868
console.log('The following command might help reproducing CI results, use Java ${{ matrix.java_version }}')

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: write
2323
steps:
2424
- name: Get the current version
25-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
25+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
2626
id: current_version
2727
with:
2828
# language=javascript

0 commit comments

Comments
 (0)