Skip to content

Commit ed5efeb

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b1ab84 commit ed5efeb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/docker_ci.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
# Install the cosign tool except on PR
3636
# https://github.com/sigstore/cosign-installer

.github/workflows/meson_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
msvc_version: [2015, 2017, 2019, 2022, 2025]
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131

@@ -67,7 +67,7 @@ jobs:
6767
xcode_version: ["15.2", "15.3"]
6868
steps:
6969
- name: Checkout code
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
fetch-depth: 0
7373

@@ -97,7 +97,7 @@ jobs:
9797
architecture: [x86, x64]
9898
steps:
9999
- name: Checkout code
100-
uses: actions/checkout@v4
100+
uses: actions/checkout@v5
101101
with:
102102
fetch-depth: 0
103103

@@ -134,7 +134,7 @@ jobs:
134134
architecture: [x86, x64]
135135
steps:
136136
- name: Checkout code
137-
uses: actions/checkout@v4
137+
uses: actions/checkout@v5
138138
with:
139139
fetch-depth: 0
140140

@@ -177,7 +177,7 @@ jobs:
177177

178178
steps:
179179
- name: Checkout code
180-
uses: actions/checkout@v4
180+
uses: actions/checkout@v5
181181
with:
182182
fetch-depth: 0
183183

@@ -219,7 +219,7 @@ jobs:
219219

220220
steps:
221221
- name: Checkout code
222-
uses: actions/checkout@v4
222+
uses: actions/checkout@v5
223223
with:
224224
fetch-depth: 0
225225

0 commit comments

Comments
 (0)