Skip to content

Commit 7471f7b

Browse files
authored
Merge pull request #32 from binden-js/dependabot/github_actions/actions/checkout-4
ci: bump actions/checkout from 3 to 4
2 parents adf2348 + d8c91bd commit 7471f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
1313

@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737

3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040

4141
- uses: actions/setup-node@v3
4242
with:

0 commit comments

Comments
 (0)