Skip to content

Commit bdc39e1

Browse files
authored
Merge pull request #60 from wanadev/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 191246b + a37cf29 commit bdc39e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: "Checkout the repository"
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: "Set up Node ${{ matrix.node-version }}"
2222
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)