Skip to content

Commit e4b85bb

Browse files
Update actions/github-script action to v9
1 parent ee52622 commit e4b85bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-antares-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Create GitHub Issue
6868
if: steps.compare.outputs.update == 'true'
69-
uses: actions/github-script@v7
69+
uses: actions/github-script@v9
7070
with:
7171
script: |
7272
const latest = '${{ steps.latest.outputs.version }}';

0 commit comments

Comments
 (0)