Skip to content

Commit 292ddec

Browse files
authored
Merge pull request #3 from gioxx/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2 parents 6f21dbd + 4e9a4ef commit 292ddec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Determine upstream tags & whether to proceed
1818
id: check
19-
uses: actions/github-script@v6
19+
uses: actions/github-script@v7
2020
with:
2121
script: |
2222
const ups = await github.rest.repos.listReleases({

0 commit comments

Comments
 (0)