Skip to content

Commit b05767e

Browse files
dependabot[bot]Frostman
authored andcommitted
build(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] <[email protected]>
1 parent af430cc commit b05767e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 0
4343

@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Checkout repository
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6
8282
with:
8383
fetch-depth: 0
8484

@@ -287,7 +287,7 @@ jobs:
287287

288288
steps:
289289
- name: Checkout repository
290-
uses: actions/checkout@v5
290+
uses: actions/checkout@v6
291291
with:
292292
fetch-depth: 0
293293

@@ -318,7 +318,7 @@ jobs:
318318
# Bump fabric in the fabricator repository
319319

320320
- name: Checkout fabricator repository
321-
uses: actions/checkout@v5
321+
uses: actions/checkout@v6
322322
with:
323323
repository: githedgehog/fabricator
324324
path: fab-repo
@@ -362,7 +362,7 @@ jobs:
362362
# Bump fabric docs in the docs repository
363363

364364
- name: Checkout docs repository
365-
uses: actions/checkout@v5
365+
uses: actions/checkout@v6
366366
with:
367367
repository: githedgehog/docs
368368
path: docs-repo

.github/workflows/commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: "actions/checkout@v5"
22+
uses: "actions/checkout@v6"
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: "false"

.github/workflows/govulncheck-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: lab
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Setup Go
2323
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)