Skip to content

Commit 21c5931

Browse files
Bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61c4e08 commit 21c5931

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.github/workflows/analysis_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
CC: gcc
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v6
4545
with:
4646
fetch-depth: 50
4747
- name: Install sonar-scanner and build-wrapper

.github/workflows/ci_workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
CC: ${{ matrix.cc-compiler }}
195195
steps:
196196
- name: Checkout
197-
uses: actions/checkout@v4
197+
uses: actions/checkout@v6
198198
- name: Install docs env
199199
run: share/ci/scripts/linux/dnf/install_docs_env.sh
200200
if: matrix.build-docs == 'ON'
@@ -360,11 +360,11 @@ jobs:
360360
# uses: step-security/harden-runner@248ae51c2e8cc9622ecf50685c8bf7150c6e8813 # v1.4.3
361361
# with:
362362
# egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
363-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
363+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
364364
# Note: can't upgrade to actions/checkout 4.0 because it needs newer
365365
# glibc than these containers have.
366366
- name: Checkout
367-
uses: actions/checkout@v3
367+
uses: actions/checkout@v6
368368
- name: Install docs env
369369
run: share/ci/scripts/linux/dnf/install_docs_env.sh
370370
if: matrix.build-docs == 'ON'
@@ -521,7 +521,7 @@ jobs:
521521
with:
522522
python-version: ${{ matrix.python-version }}
523523
- name: Checkout
524-
uses: actions/checkout@v4
524+
uses: actions/checkout@v6
525525
- name: Install docs env
526526
run: share/ci/scripts/macos/install_docs_env.sh
527527
if: matrix.build-docs == 'ON'
@@ -647,7 +647,7 @@ jobs:
647647
with:
648648
python-version: ${{ matrix.python-version }}
649649
- name: Checkout
650-
uses: actions/checkout@v4
650+
uses: actions/checkout@v6
651651
- name: Install docs env
652652
run: share/ci/scripts/macos/install_docs_env.sh
653653
if: matrix.build-docs == 'ON'
@@ -795,7 +795,7 @@ jobs:
795795
with:
796796
python-version: ${{ matrix.python-version }}
797797
- name: Checkout
798-
uses: actions/checkout@v4
798+
uses: actions/checkout@v6
799799
- name: Install docs env
800800
run: |
801801
DOXYGEN_PATH=$GITHUB_WORKSPACE/doxygen

.github/workflows/dependencies_latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
CC: ${{ matrix.cc-compiler }}
8888
steps:
8989
- name: Checkout
90-
uses: actions/checkout@v3
90+
uses: actions/checkout@v6
9191
- name: Install docs env
9292
run: share/ci/scripts/linux/dnf/install_docs_env.sh
9393
if: matrix.build-docs == 'ON'
@@ -184,7 +184,7 @@ jobs:
184184
with:
185185
python-version: ${{ matrix.python-version }}
186186
- name: Checkout
187-
uses: actions/checkout@v4
187+
uses: actions/checkout@v6
188188
- name: Install docs env
189189
run: share/ci/scripts/macos/install_docs_env.sh
190190
if: matrix.build-docs == 'ON'
@@ -283,7 +283,7 @@ jobs:
283283
with:
284284
python-version: ${{ matrix.python-version }}
285285
- name: Checkout
286-
uses: actions/checkout@v4
286+
uses: actions/checkout@v6
287287
- name: Install docs env
288288
run: |
289289
DOXYGEN_PATH=$GITHUB_WORKSPACE/doxygen

.github/workflows/deploy_site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install Dart Sass
5050
run: sudo snap install dart-sass
5151
- name: Checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353
with:
5454
submodules: recursive
5555
- name: Setup Pages

.github/workflows/platform_latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
CC: ${{ matrix.cc-compiler }}
8787
steps:
8888
- name: Checkout
89-
uses: actions/checkout@v4
89+
uses: actions/checkout@v6
9090
- name: Install tests env
9191
run: share/ci/scripts/linux/dnf/install_tests_env.sh
9292
- name: Create build directories
@@ -201,7 +201,7 @@ jobs:
201201
with:
202202
python-version: ${{ matrix.python-version }}
203203
- name: Checkout
204-
uses: actions/checkout@v4
204+
uses: actions/checkout@v6
205205
- name: Install tests env
206206
run: share/ci/scripts/macos/install_tests_env.sh
207207
- name: Create build directories
@@ -312,7 +312,7 @@ jobs:
312312
with:
313313
python-version: ${{ matrix.python-version }}
314314
- name: Checkout
315-
uses: actions/checkout@v4
315+
uses: actions/checkout@v6
316316
- name: Install tests env
317317
run: share/ci/scripts/windows/install_tests_env.sh
318318
shell: bash

.github/workflows/wheel_workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
steps:
5353

54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555

5656
- name: Build SDist
5757
run: pipx run build --sdist
@@ -134,7 +134,7 @@ jobs:
134134
arch: x86_64
135135

136136
steps:
137-
- uses: actions/checkout@v4
137+
- uses: actions/checkout@v6
138138

139139
- uses: actions/setup-python@v5
140140
name: Install Python
@@ -196,7 +196,7 @@ jobs:
196196
arch: aarch64
197197

198198
steps:
199-
- uses: actions/checkout@v4
199+
- uses: actions/checkout@v6
200200

201201
- uses: actions/setup-python@v5
202202
name: Install Python
@@ -252,7 +252,7 @@ jobs:
252252
arch: x86_64
253253

254254
steps:
255-
- uses: actions/checkout@v4
255+
- uses: actions/checkout@v6
256256

257257
- uses: actions/setup-python@v5
258258
name: Install Python
@@ -311,7 +311,7 @@ jobs:
311311
arch: arm64
312312

313313
steps:
314-
- uses: actions/checkout@v4
314+
- uses: actions/checkout@v6
315315

316316
- uses: actions/setup-python@v5
317317
name: Install Python
@@ -366,7 +366,7 @@ jobs:
366366
arch: AMD64
367367

368368
steps:
369-
- uses: actions/checkout@v4
369+
- uses: actions/checkout@v6
370370

371371
- uses: actions/setup-python@v5
372372
name: Install Python

0 commit comments

Comments
 (0)