Skip to content

Commit d2b1177

Browse files
committed
Bump actions/github-script
1 parent 6cbe978 commit d2b1177

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: 'Run assets build (2.0)'
18-
uses: actions/github-script@v6
18+
uses: actions/github-script@v7
1919
with:
2020
# Token has to be generated on a user account that controls the remote repository.
2121
# The _only_ scope to select is "Access public repositories", nothing more.
@@ -30,7 +30,7 @@ jobs:
3030
})
3131
3232
- name: 'Run assets build (2.1)'
33-
uses: actions/github-script@v6
33+
uses: actions/github-script@v7
3434
with:
3535
# Token has to be generated on a user account that controls the remote repository.
3636
# The _only_ scope to select is "Access public repositories", nothing more.

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: 'Run developer-tools update (2.0)'
18-
uses: actions/github-script@v6
18+
uses: actions/github-script@v7
1919
with:
2020
# Token has to be generated on a user account that controls the remote repository.
2121
# The _only_ scope to select is "Access public repositories", nothing more.
@@ -30,7 +30,7 @@ jobs:
3030
})
3131
3232
- name: 'Run developer-tools update (2.1)'
33-
uses: actions/github-script@v6
33+
uses: actions/github-script@v7
3434
with:
3535
# Token has to be generated on a user account that controls the remote repository.
3636
# The _only_ scope to select is "Access public repositories", nothing more.

0 commit comments

Comments
 (0)