Skip to content

Commit d16e8f1

Browse files
chore(deps): update actions/github-script action to v8
1 parent e88bb9a commit d16e8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repolinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Test Default Branch
1919
id: default-branch
20-
uses: actions/github-script@v7.1.0
20+
uses: actions/github-script@v8.0.0
2121
with:
2222
script: |
2323
const data = await github.rest.repos.get(context.repo)

0 commit comments

Comments
 (0)