Skip to content

Commit 918646d

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bf61af commit 918646d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/DocPreviewCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout gh-pages branch
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v6
1313
with:
1414
ref: gh-pages
1515
- name: Delete preview and history + push changes

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# - macOS-latest # FastTransforms.jl is currently broken on macOS-latest
5555
- windows-latest
5656
steps:
57-
- uses: actions/checkout@v3
57+
- uses: actions/checkout@v6
5858
- uses: julia-actions/setup-julia@v2
5959
with:
6060
version: ${{ matrix.version }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
julia-version: [1]
3131
os: [ubuntu-latest]
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v6
3434
- uses: julia-actions/setup-julia@latest
3535
with:
3636
version: ${{ matrix.julia-version }}

0 commit comments

Comments
 (0)