Skip to content

Commit 5e1629d

Browse files
Bump actions/checkout from 3 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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 ae20302 commit 5e1629d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/conan_ci.yml

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

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v5
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@v4

.github/workflows/crossfile_ci.yml

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

2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333

.github/workflows/meson_ci.yml

Lines changed: 5 additions & 5 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.0", "15.1", "15.2", "15.3", "15.4"]
6868
steps:
6969
- name: Checkout code
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
fetch-depth: 0
7373

@@ -107,7 +107,7 @@ jobs:
107107
architecture: [x86, x64]
108108
steps:
109109
- name: Checkout code
110-
uses: actions/checkout@v4
110+
uses: actions/checkout@v5
111111
with:
112112
fetch-depth: 0
113113

@@ -144,7 +144,7 @@ jobs:
144144
architecture: [x86, x64]
145145
steps:
146146
- name: Checkout code
147-
uses: actions/checkout@v4
147+
uses: actions/checkout@v5
148148
with:
149149
fetch-depth: 0
150150

@@ -187,7 +187,7 @@ jobs:
187187

188188
steps:
189189
- name: Checkout code
190-
uses: actions/checkout@v4
190+
uses: actions/checkout@v5
191191
with:
192192
fetch-depth: 0
193193

0 commit comments

Comments
 (0)