Skip to content

Commit e458409

Browse files
authored
Merge pull request #60 from ksxnodemodules/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents cb7a497 + 29b4424 commit e458409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- 4.11.1
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.vars.node }}
@@ -44,7 +44,7 @@ jobs:
4444
name: Code Style
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
- uses: sane-fmt/action@0.18.1
4949
with:
5050
args: |

0 commit comments

Comments
 (0)