Skip to content

Commit 15610bb

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] <support@github.com>
1 parent da488bc commit 15610bb

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- '3.28'
3333
- latest
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- name: Get CMake ${{matrix.cmake_version}} and Ninja
3737
uses: lukka/get-cmake@latest
3838
with:
@@ -68,7 +68,7 @@ jobs:
6868
- 13
6969
- 14
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7272
- name: Setup CMake
7373
uses: lukka/get-cmake@latest
7474
- name: Add Git & Python3
@@ -108,7 +108,7 @@ jobs:
108108
- 18
109109
- 19
110110
steps:
111-
- uses: actions/checkout@v4
111+
- uses: actions/checkout@v5
112112
- name: Setup CMake
113113
uses: lukka/get-cmake@latest
114114
- name: Add Git & Python3
@@ -133,7 +133,7 @@ jobs:
133133
- windows-2022
134134
- windows-latest
135135
steps:
136-
- uses: actions/checkout@v4
136+
- uses: actions/checkout@v5
137137
- name: Setup Python
138138
uses: actions/setup-python@v5
139139
with:
@@ -168,7 +168,7 @@ jobs:
168168
- '3.12'
169169
- '3.13'
170170
steps:
171-
- uses: actions/checkout@v4
171+
- uses: actions/checkout@v5
172172
- uses: actions/setup-python@v5
173173
with:
174174
python-version: ${{matrix.python-version}}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- python
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
- name: Initialize CodeQL
3838
uses: github/codeql-action/init@v3
3939
with:

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
coverity:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Configure CMake
1919
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug -S ${{github.workspace}}
2020
- uses: vapier/coverity-scan-action@v1

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
Analysis:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626
- name: Set up Python for gcovr

0 commit comments

Comments
 (0)