Skip to content

Commit 12d25cb

Browse files
authored
Merge pull request #81 from JuliaReach/dependabot/github_actions/julia-actions/cache-3
bump julia-actions/cache from 2 to 3
2 parents 91a9d85 + 7255990 commit 12d25cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Check out repository
3232
uses: actions/checkout@v6
3333
- name: Cache artifacts
34-
uses: julia-actions/cache@v2
34+
uses: julia-actions/cache@v3
3535
- name: Install dependencies
3636
run: |
3737
julia --project=docs/ -e 'using Pkg;

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Julia
1414
uses: julia-actions/setup-julia@v2
1515
- name: Cache artifacts
16-
uses: julia-actions/cache@v2
16+
uses: julia-actions/cache@v3
1717
- name: Install JuliaFormatter and format
1818
run: julia -e 'import Pkg; Pkg.add("JuliaFormatter"); using JuliaFormatter; format(".")'
1919
- name: Create pull request

.github/workflows/invalidations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check out repository in current branch
2626
uses: actions/checkout@v6
2727
- name: Cache artifacts
28-
uses: julia-actions/cache@v2
28+
uses: julia-actions/cache@v3
2929
- name: Build package in current branch
3030
uses: julia-actions/julia-buildpkg@v1
3131
- name: Count invalidations in current branch

.github/workflows/test-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
version: ${{ matrix.version }}
3838
arch: ${{ matrix.arch }}
3939
- name: Cache artifacts
40-
uses: julia-actions/cache@v2
40+
uses: julia-actions/cache@v3
4141
- name: Build package
4242
uses: julia-actions/julia-buildpkg@v1
4343
- name: Run tests

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
version: ${{ matrix.version }}
4040
arch: ${{ matrix.arch }}
4141
- name: Cache artifacts
42-
uses: julia-actions/cache@v2
42+
uses: julia-actions/cache@v3
4343
- name: Build package
4444
uses: julia-actions/julia-buildpkg@v1
4545
- name: Run tests

0 commit comments

Comments
 (0)