Skip to content

Commit

Permalink
Update actions/cache action to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and brobusta committed Sep 21, 2024
1 parent d9f24b7 commit 851a754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
docker pull "$DOCKER_TAG" || true
docker build --cache-from "$DOCKER_TAG" --pull -t "$DOCKER_TAG" -f "$DOCKERFILE" .
- uses: actions/cache@v1.1.0
- uses: actions/cache@v1.2.1
with:
path: ${{ github.workspace }}/.ccache
key: ubuntu-bionic-${{ github.run_id }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
docker pull "$DOCKER_TAG" || true
docker build --cache-from "$DOCKER_TAG" --pull -t "$DOCKER_TAG" -f "$DOCKERFILE" .
- uses: actions/cache@v1.1.0
- uses: actions/cache@v1.2.1
with:
path: ${{ github.workspace }}/.ccache
key: ubuntu-focal-${{ github.run_id }}
Expand Down

0 comments on commit 851a754

Please sign in to comment.