Skip to content

Commit 8764a82

Browse files
authored
Merge pull request #34 from JuliaGraphics/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 2 to 6
2 parents 7af1944 + b0cab16 commit 8764a82

2 files changed

Lines changed: 4 additions & 15 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,20 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.0'
16+
- '1.6'
1717
- '1'
18-
- 'nightly'
1918
os:
2019
- ubuntu-latest
21-
- macOS-latest
2220
- windows-latest
2321
arch:
2422
- x64
2523
steps:
26-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v6
2725
- uses: julia-actions/setup-julia@v2
2826
with:
2927
version: ${{ matrix.version }}
3028
arch: ${{ matrix.arch }}
31-
- uses: actions/cache@v5
32-
env:
33-
cache-name: cache-artifacts
34-
with:
35-
path: ~/.julia/artifacts
36-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
37-
restore-keys: |
38-
${{ runner.os }}-test-${{ env.cache-name }}-
39-
${{ runner.os }}-test-
40-
${{ runner.os }}-
29+
- uses: julia-actions/cache@v1
4130
- uses: julia-actions/julia-buildpkg@v1
4231
- uses: julia-actions/julia-runtest@v1
4332
- uses: julia-actions/julia-processcoverage@v1

.github/workflows/Documenter.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@v2
13+
- uses: actions/checkout@v6
1414
- uses: julia-actions/julia-buildpkg@latest
1515
- uses: julia-actions/julia-docdeploy@latest
1616
env:

0 commit comments

Comments
 (0)