Skip to content

Commit c82d090

Browse files
authored
Merge pull request #195 from gridap/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a8eb1bb + 7ffb36e commit c82d090

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@v4
36+
- uses: actions/checkout@v5
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@v4
59+
- uses: actions/checkout@v5
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@v4
73+
- uses: actions/checkout@v5
7474
- uses: julia-actions/setup-julia@v2
7575
with:
7676
version: '1.10'

0 commit comments

Comments
 (0)