Skip to content

Commit 1353999

Browse files
authored
Merge pull request #7015 from geodynamics/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 07a39ef + 5739f6a commit 1353999

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build_dealii_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == 'geodynamics/aspect'
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v4

.github/workflows/build_dealii_master_clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == 'geodynamics/aspect'
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v4

.github/workflows/clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
options: '--user 0 --name container'
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
- name: clang-tidy
3636
run: |
3737
mkdir build

.github/workflows/docker-tacc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.repository == 'geodynamics/aspect'
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Set up QEMU
3131
uses: docker/setup-qemu-action@v4

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.repository == 'geodynamics/aspect'
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Set up QEMU
3131
uses: docker/setup-qemu-action@v4

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: [ubuntu-22.04]
2828

2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131
- name: setup
3232
run: |
3333
sudo apt-get update
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: [ubuntu-24.04]
5050

5151
steps:
52-
- uses: actions/checkout@v6
52+
- uses: actions/checkout@v7
5353
- name: setup
5454
run: |
5555
sudo apt-get update
@@ -141,7 +141,7 @@ jobs:
141141
options: ${{ matrix.container-options }}
142142

143143
steps:
144-
- uses: actions/checkout@v6
144+
- uses: actions/checkout@v7
145145
- name: compile
146146
run: |
147147
mkdir build

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 5
2020
steps:
2121
- name: Checkout the Checkout Actions Repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
persist-credentials: false
2525
- name: Check spelling with typos

0 commit comments

Comments
 (0)