Skip to content

Commit 8669dd1

Browse files
Bump actions/checkout from 6 to 7 (#395)
1 parent 2c29611 commit 8669dd1

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
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- uses: julia-actions/setup-julia@latest
2323
with:
2424
version: 1

.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@v6
19+
uses: actions/checkout@v7
2020
with:
2121
ref: gh-pages
2222
- name: Delete preview and history + push changes

0 commit comments

Comments
 (0)