Skip to content

Commit 84e8bd7

Browse files
authored
Merge pull request #227 from binden-js/dependabot/github_actions/actions/checkout-6
ci: bump actions/checkout from 4 to 6
2 parents 4a9066c + 3d5b442 commit 84e8bd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node-version: [20, 22]
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272

7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v6
7575

7676
- uses: actions/setup-node@v4
7777
with:

0 commit comments

Comments
 (0)