Skip to content

Commit 9e6082d

Browse files
authored
Merge pull request #13 from rekryt/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 92fa43d + 6218a61 commit 9e6082d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
node-version: [18.x, 20.x]
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Use Node.js ${{ matrix.node-version }}
1515
uses: actions/setup-node@v3
1616
with:

0 commit comments

Comments
 (0)