Skip to content

Commit 0c326bd

Browse files
chore(deps): update actions/github-script action to v7
1 parent 6c3cdd1 commit 0c326bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repolinter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Test Default Branch
1717
id: default-branch
18-
uses: actions/github-script@v4.2.0
18+
uses: actions/github-script@v7.0.1
1919
with:
2020
script: |
2121
const data = await github.repos.get(context.repo)

0 commit comments

Comments
 (0)