Skip to content

Commit 9ca1b95

Browse files
Bump actions/checkout from 4 to 5 (#47)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91907c3 commit 9ca1b95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
arch:
2828
- x64
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- uses: julia-actions/setup-julia@v2
3232
with:
3333
version: ${{ matrix.version }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Documentation
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: julia-actions/julia-buildpkg@latest
1515
- uses: julia-actions/julia-docdeploy@latest
1616
env:

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: julia-actions/setup-julia@latest
2727
with:
2828
version: ${{ matrix.julia-version }}
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Instantiate `format` environment and format
3131
run: |
3232
julia --project=format -e 'using Pkg; Pkg.instantiate()'

0 commit comments

Comments
 (0)