Skip to content

Commit 6451f58

Browse files
Bump actions/checkout from 4 to 6 (#1837)
* Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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] <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0ee1570 commit 6451f58

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "daily"
11-
# ignore:
11+
# ignore:
1212
# - dependency-name: "actions/checkout"
1313
# - dependency-name: "actions/setup-python"
1414
# - dependency-name: "actions/cache"

.github/workflows/codeql.yml

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

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232

3333
- name: Install Packages
3434
run: |

.github/workflows/intel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
if: github.event.pull_request.draft == false
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- name: Install
1717
run: |
1818
sudo .github/workflows/dependencies/install_icx

.github/workflows/linux.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
if: github.event.pull_request.draft == false
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- name: Spack Cache
1616
uses: actions/cache@v3
1717
with: {path: /opt/spack, key: clang11_nopy_nompi_h5_libcpp_v2}
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-22.04
4545
if: github.event.pull_request.draft == false
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v6
4848
- name: Spack Cache
4949
uses: actions/cache@v3
5050
with: {path: /opt/spack, key: clang11_nopy_ompi_h5_ad2_libcpp_v2}
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-22.04
8989
if: github.event.pull_request.draft == false
9090
steps:
91-
- uses: actions/checkout@v4
91+
- uses: actions/checkout@v6
9292
- name: Spack Cache
9393
uses: actions/cache@v3
9494
with: {path: /opt/spack, key: clang11_nopy_ompi_h5_ad2_v2 }
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-22.04
127127
if: github.event.pull_request.draft == false
128128
steps:
129-
- uses: actions/checkout@v4
129+
- uses: actions/checkout@v6
130130
- name: Spack Cache
131131
uses: actions/cache@v3
132132
with: {path: /opt/spack, key: clang15_py311_nompi_h5_ad2_v2 }
@@ -167,7 +167,7 @@ jobs:
167167
runs-on: ubuntu-24.04
168168
if: github.event.pull_request.draft == false
169169
steps:
170-
- uses: actions/checkout@v4
170+
- uses: actions/checkout@v6
171171
- name: Spack Cache
172172
uses: actions/cache@v3
173173
with: {path: /opt/spack, key: gcc13_py312_mpich_h5_ad2 }
@@ -231,7 +231,7 @@ jobs:
231231
runs-on: ubuntu-22.04
232232
if: github.event.pull_request.draft == false
233233
steps:
234-
- uses: actions/checkout@v4
234+
- uses: actions/checkout@v6
235235
- name: Spack Cache
236236
uses: actions/cache@v3
237237
with: {path: /opt/spack, key: gcc12_py36_ompi_h5_ad2_v2 }
@@ -270,7 +270,7 @@ jobs:
270270
runs-on: ubuntu-22.04
271271
if: github.event.pull_request.draft == false
272272
steps:
273-
- uses: actions/checkout@v4
273+
- uses: actions/checkout@v6
274274
- name: Install
275275
run: |
276276
sudo apt-get update
@@ -314,7 +314,7 @@ jobs:
314314
container:
315315
image: quay.io/pypa/musllinux_1_2_x86_64
316316
steps:
317-
- uses: actions/checkout@v4
317+
- uses: actions/checkout@v6
318318
- name: Install
319319
run: |
320320
apk update
@@ -338,7 +338,7 @@ jobs:
338338
runs-on: ubuntu-22.04
339339
if: github.event.pull_request.draft == false
340340
steps:
341-
- uses: actions/checkout@v4
341+
- uses: actions/checkout@v6
342342
- uses: conda-incubator/setup-miniconda@v3
343343
name: Setup conda
344344
with:

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: macos-latest
1717
if: github.event.pull_request.draft == false
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: Install
2121
run: |
2222
rm -rf /usr/local/bin/2to3
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: macos-14
4949
if: github.event.pull_request.draft == false
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v6
5252
- name: Install
5353
env: {MACOSX_DEPLOYMENT_TARGET: 11.0}
5454
run: |

.github/workflows/source.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
style:
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Non-ASCII Characters
1515
run: .github/workflows/source/hasNonASCII
1616
- name: TABs
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
if: github.event.pull_request.draft == false
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
- name: pyflakes
3131
run: |
3232
python3 -m pip install -U pyflakes
@@ -35,7 +35,7 @@ jobs:
3535
documentation:
3636
runs-on: ubuntu-22.04
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939
- uses: conda-incubator/setup-miniconda@v3
4040
name: Setup conda
4141
with:
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
if: github.event.pull_request.draft == false
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v6
5757
- name: urls-checker
5858
uses: urlstechie/urlchecker-action@master
5959
with:

.github/workflows/tooling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
if: github.event.pull_request.draft == false
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- name: Spack Cache
1717
uses: actions/cache@v3
1818
with: {path: /opt/spack, key: clangtidy19_nopy_ompi_h5_ad2 }
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-24.04
4848
if: github.event.pull_request.draft == false
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v6
5151
- name: Spack Cache
5252
uses: actions/cache@v3
5353
with: {path: /opt/spack, key: clang19_nopy_ompi_h5_ad2 }

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
if: github.event.pull_request.draft == false
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- name: Build & Install
1717
run: |
1818
python3.exe -m pip install --upgrade pip
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: windows-latest
3434
if: github.event.pull_request.draft == false
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
- uses: actions/setup-python@v6
3838
name: Install Python
3939
with:
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: windows-2022
6161
if: github.event.pull_request.draft == false
6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v6
6464
- uses: seanmiddleditch/gha-setup-ninja@master
6565
- name: Build & Install
6666
shell: cmd

0 commit comments

Comments
 (0)