From a529f03e7ad4acff4098ca720aa4f8009b408c20 Mon Sep 17 00:00:00 2001 From: Nathan Musoke Date: Tue, 16 Jan 2024 14:53:37 -0500 Subject: [PATCH] ci: Bump julia-actions/cache from v1.4.1 to v2 There was a bug in julia-actions/cache that prevented v1.5.1 from running in jobs that run in containers. This is fixed by https://github.com/julia-actions/cache/pull/105, which is included in v2.0.0. --- .github/workflows/CI.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d945abf..b14d0e9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,6 +37,9 @@ jobs: # Limit runtime to preserve Wolfram Service Credits timeout-minutes: 10 steps: + - name: Install curl + # julia-actions/cache depends on dcarbone/install-jq-action, which requires curl + run: apt-get update && apt-get install -y curl - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1 with: @@ -47,7 +50,7 @@ jobs: apt-get update apt-get install -y git which git - - uses: julia-actions/cache@v1.4.1 + - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 @@ -71,11 +74,14 @@ jobs: contents: write statuses: write steps: + - name: Install curl + # julia-actions/cache depends on dcarbone/install-jq-action, which requires curl + run: apt-get update && apt-get install -y curl - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1 with: version: '1' - - uses: julia-actions/cache@v1.4.1 + - uses: julia-actions/cache@v2 - name: Configure doc environment run: | julia --project=docs/ -e '