Skip to content

Commit 2207877

Browse files
Bump actions/checkout from 1 to 6 (#115)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2267b81 commit 2207877

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- '0.20'
3232
- '0.21'
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
- uses: julia-actions/setup-julia@v2
3636
with:
3737
version: ${{ matrix.version }}
@@ -63,7 +63,7 @@ jobs:
6363
name: Documentation
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v6
6767
- uses: julia-actions/setup-julia@v2
6868
with:
6969
version: '1.10'

.github/workflows/clean_up_pr_previews.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@v2
12+
uses: actions/checkout@v6
1313
with:
1414
ref: gh-pages
1515
- name: Delete preview and history + push changes

.github/workflows/format.yml

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

0 commit comments

Comments
 (0)