Skip to content

Commit 213c323

Browse files
CI: Bump actions/checkout from 3 to 4 (#13072)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Christian Brabandt <[email protected]>
1 parent e5f7cd0 commit 213c323

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

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

8080
steps:
8181
- name: Checkout repository from github
82-
uses: actions/checkout@v3
82+
uses: actions/checkout@v4
8383

8484
- run: sudo dpkg --add-architecture i386
8585
if: matrix.architecture == 'i386'
@@ -297,7 +297,7 @@ jobs:
297297

298298
steps:
299299
- name: Checkout repository from github
300-
uses: actions/checkout@v3
300+
uses: actions/checkout@v4
301301

302302
- name: Install packages
303303
if: matrix.features == 'huge'
@@ -458,7 +458,7 @@ jobs:
458458
release: false
459459

460460
- name: Checkout repository from github
461-
uses: actions/checkout@v3
461+
uses: actions/checkout@v4
462462

463463
- name: Create a list of download URLs
464464
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@v3
47+
uses: actions/checkout@v4
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@v3
22+
uses: actions/checkout@v4
2323

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

0 commit comments

Comments
 (0)