Skip to content

Commit 47066a7

Browse files
Update actions/github-script action to v9
1 parent 6dc1856 commit 47066a7

2 files changed

Lines changed: 2 additions & 2 deletions

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 }}';

.github/workflows/notify-pypsa-models-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Create issue in air-quality repo
4646
if: steps.version.outputs.changed == 'true'
47-
uses: actions/github-script@v7
47+
uses: actions/github-script@v9
4848
with:
4949
github-token: ${{ secrets.AIR_QUALITY_REPO_PAT }}
5050
script: |

0 commit comments

Comments
 (0)