Skip to content

Commit ed15b67

Browse files
authored
Merge pull request #565 from JuliaDataCubes/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4634ede + 3e749d3 commit ed15b67

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
arch:
2424
- x64
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: julia-actions/setup-julia@v2
2828
with:
2929
version: ${{ matrix.version }}

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
DISPLAY: ':0'
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
- name: Setup Julia
4040
uses: julia-actions/setup-julia@v2
4141
- name: Pull Julia cache

.github/workflows/IntegrationTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
- {user: JuliaDataCubes, repo: EarthDataLab.jl}
2525

2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- uses: julia-actions/setup-julia@v2
2929
with:
3030
version: ${{ matrix.julia-version }}
3131
arch: x64
3232
- uses: julia-actions/julia-buildpkg@latest
3333
- name: Clone Downstream
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
3737
path: downstream

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
Benchmark:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- uses: julia-actions/setup-julia@latest
1212
with:
1313
version: 1

0 commit comments

Comments
 (0)