Skip to content

Commit 34a8c0d

Browse files
authored
Merge pull request #98 from gridap/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 99f795b + c3728b9 commit 34a8c0d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- mpi-block
4444
- mpi-applications
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
- uses: julia-actions/setup-julia@v2
4848
with:
4949
version: ${{ matrix.version }}
@@ -65,7 +65,7 @@ jobs:
6565
permissions:
6666
contents: write
6767
steps:
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
- uses: julia-actions/setup-julia@v2
7070
with:
7171
version: '1'

.github/workflows/CI_libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
make
8888
make install
8989
cd $CURR_DIR
90-
- uses: actions/checkout@v5
90+
- uses: actions/checkout@v6
9191
- uses: julia-actions/setup-julia@v2
9292
with:
9393
version: ${{ matrix.version }}

.github/workflows/joss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Paper Draft Compilation
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v5
10+
uses: actions/checkout@v6
1111
- name: Build draft PDF
1212
uses: openjournals/openjournals-draft-action@master
1313
with:

0 commit comments

Comments
 (0)