Skip to content

Commit f9a7a16

Browse files
authored
Merge pull request #31 from ni5arga/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f125c63 + de2014c commit f9a7a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: checkout repo
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v5
99
- name: use node.js
1010
uses: actions/setup-node@v4
1111
with:

0 commit comments

Comments
 (0)