Skip to content

Commit 0ff117f

Browse files
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc92c55 commit 0ff117f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: "Checkout"
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
- name: 'Enable corepack'
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: "Checkout"
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0
4545
- name: 'Enable corepack'
@@ -63,7 +63,7 @@ jobs:
6363
node-version: [ 22, 24 ]
6464
steps:
6565
- name: "Checkout"
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767
with:
6868
fetch-depth: 0
6969
- name: 'Enable corepack'
@@ -121,7 +121,7 @@ jobs:
121121
id-token: write
122122
steps:
123123
- name: "Checkout"
124-
uses: actions/checkout@v5
124+
uses: actions/checkout@v6
125125
with:
126126
ref: "master"
127127
- name: 'Enable corepack'

0 commit comments

Comments
 (0)