Skip to content

Commit 26a41c8

Browse files
authored
Merge pull request #197 from gridap/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents b8c9603 + 2df7376 commit 26a41c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Other
3434
files: "validation.jl validation_DrWatson.jl interpolation_fe.jl poisson_dev_fe.jl geometry_dev.jl"
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
- uses: julia-actions/setup-julia@v2
3838
with:
3939
version: ${{ matrix.version }}
@@ -56,7 +56,7 @@ jobs:
5656
arch:
5757
- x64
5858
steps:
59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
- uses: julia-actions/setup-julia@v2
6161
with:
6262
version: ${{ matrix.version }}
@@ -70,7 +70,7 @@ jobs:
7070
name: Documentation
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@v5
73+
- uses: actions/checkout@v6
7474
- uses: julia-actions/setup-julia@v2
7575
with:
7676
version: '1.10'

0 commit comments

Comments
 (0)