Skip to content

Commit 15ac7bf

Browse files
committed
Updated action version for Node.js 24 support
(soon to be required by GitHub runners)
1 parent 61869d8 commit 15ac7bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: pip install -r $REPO_DIR/_visualize/scripts/requirements.txt
4545

4646
- name: Create GitHub App Installation Token1
47-
uses: actions/create-github-app-token@v2
47+
uses: actions/create-github-app-token@v3
4848
id: app-token1
4949
with:
5050
app-id: ${{ vars.CLIENT_ID }}
@@ -79,7 +79,7 @@ jobs:
7979
TAG: CORE
8080

8181
- name: Create GitHub App Installation Token
82-
uses: actions/create-github-app-token@v2
82+
uses: actions/create-github-app-token@v3
8383
id: app-token
8484
with:
8585
app-id: ${{ vars.CLIENT_ID }}

0 commit comments

Comments
 (0)