Skip to content

Commit c11fbe5

Browse files
dependabot[bot]chrisbra
authored andcommitted
CI: 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 ... closes: #18803 Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 23d4e49 commit c11fbe5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
steps:
9696
- name: Checkout repository from github
97-
uses: actions/checkout@v5
97+
uses: actions/checkout@v6
9898

9999
- name: Check Filelist (for packaging)
100100
run: |
@@ -410,7 +410,7 @@ jobs:
410410

411411
steps:
412412
- name: Checkout repository from github
413-
uses: actions/checkout@v5
413+
uses: actions/checkout@v6
414414

415415
- name: Install packages
416416
if: matrix.features == 'huge'
@@ -594,7 +594,7 @@ jobs:
594594
release: false
595595

596596
- name: Checkout repository from github
597-
uses: actions/checkout@v5
597+
uses: actions/checkout@v6
598598

599599
- name: Create a list of download URLs
600600
shell: cmd

.github/workflows/codeql-analysis.yml

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

4545
steps:
4646
- name: Checkout repository from github
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout repository from github
2121
if: env.TOKEN
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Download Coverity
2525
if: env.TOKEN

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lychee:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Run Lychee
1313
uses: lycheeverse/lychee-action@v2
1414
with:

0 commit comments

Comments
 (0)