Skip to content

Commit 7311cd4

Browse files
authored
Merge pull request #443 from webstack-builders/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 2 to 5
2 parents f96c3d0 + b480743 commit 7311cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version:
1515
- 17
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v5
1818
- uses: actions/[email protected]
1919
with:
2020
node-version: ${{ matrix.node-version }}
@@ -29,7 +29,7 @@ jobs:
2929
node-version:
3030
- 17
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v5
3333
- uses: actions/[email protected]
3434
with:
3535
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)