Skip to content

Commit 4ab6e7c

Browse files
Merge pull request #7 from ZIB-IOL/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a3a8ae6 + 8f07ff7 commit 4ab6e7c

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@v5
21+
- uses: actions/checkout@v6
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@v5
18+
- uses: actions/checkout@v6
1919
- uses: julia-actions/setup-julia@latest
2020
with:
2121
version: '1'

0 commit comments

Comments
 (0)