Skip to content

Commit 9d509cf

Browse files
Bump julia-actions/cache from 3.2.0 to 3.3.0 (#456)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@b7788ab...a7bed9d) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b71095 commit 9d509cf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}
31-
- uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0
31+
- uses: julia-actions/cache@a7bed9df697e5d7309d68afe7542a87621a8b6c8 # v3.3.0
3232
- uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0
3333
- uses: julia-actions/julia-runtest@6e050c8013b833b1195105ff2fce9cd802f53271 # v1.12.0
3434
env:
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
48-
- uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0
48+
- uses: julia-actions/cache@a7bed9df697e5d7309d68afe7542a87621a8b6c8 # v3.3.0
4949
- uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0
5050
- uses: julia-actions/julia-docdeploy@e62cc8fd639797a0c2922a437d5b1b81c4a12787 # v1.3.1
5151
env:

.github/workflows/cvmfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
version: '1'
2626
arch: ${{ matrix.arch }}
27-
- uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0
27+
- uses: julia-actions/cache@a7bed9df697e5d7309d68afe7542a87621a8b6c8 # v3.3.0
2828
- uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0
2929
- name: Generate root files (no compression + LZ4 + ZSTD + ZLIB)
3030
run: |

0 commit comments

Comments
 (0)