Skip to content

Commit d67a26b

Browse files
committedMay 2, 2024·
updated actions/github-script to version v7
1 parent 688af68 commit d67a26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Create Release
5858
if: ${{ github.ref == 'refs/heads/main' }}
59-
uses: actions/github-script@v6
59+
uses: actions/github-script@v7
6060
with:
6161
github-token: ${{ github.token }}
6262
script: |

0 commit comments

Comments
 (0)
Please sign in to comment.