Skip to content

Commit b0c91fc

Browse files
Merge pull request #4 from ZIB-IOL/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ee45ab9 + d0651f9 commit b0c91fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: ubuntu-latest
1919
arch: x64
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: julia-actions/setup-julia@latest
2323
with:
2424
version: ${{ matrix.version }}

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
statuses: write
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: julia-actions/setup-julia@latest
2020
with:
2121
version: '1'

0 commit comments

Comments
 (0)