Skip to content

Commit 0cd8f23

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 843ebd9 commit 0cd8f23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: windows-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v5.0.0
12+
uses: actions/checkout@v6.0.0
1313
with:
1414
show-progress: false
1515
- uses: actions/cache@v4
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v5.0.0
41+
uses: actions/checkout@v6.0.0
4242
with:
4343
show-progress: false
4444
- name: Install dependencies

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v5.0.0
12+
uses: actions/checkout@v6.0.0
1313
with:
1414
show-progress: false
1515
- name: Install dependencies

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
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.0.0
40+
uses: actions/checkout@v6.0.0
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL

0 commit comments

Comments
 (0)