Skip to content

Commit e82d58a

Browse files
authored
Merge pull request #7 from laravilt/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 77a75c0 + 7cb0627 commit e82d58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
packages: write
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131

3232
- name: Setup Node.js for npm
3333
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)