Skip to content

Commit feae2fc

Browse files
Bump actions/checkout from 5 to 6 (#298)
1 parent 8e56798 commit feae2fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
arch:
2727
- x64
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: julia-actions/setup-julia@latest
3131
with:
3232
version: ${{ matrix.version }}

.github/workflows/DocumentationCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717
steps:
1818
- name: Checkout gh-pages branch
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
ref: gh-pages
2222
- name: Delete preview and history + push changes

0 commit comments

Comments
 (0)