Skip to content

Commit a90a573

Browse files
authored
Merge pull request #3741 from jupyterhub/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 5c256bc + 41815d0 commit a90a573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# https://github.com/actions/github-script
1717
# https://octokit.github.io/rest.js/v18#repos-create-release
18-
- uses: actions/github-script@v7
18+
- uses: actions/github-script@v8
1919
with:
2020
script: |
2121
if (!context.ref.startsWith('refs/tags/')) {

0 commit comments

Comments
 (0)