diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dcc64cd..c7fcd50 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,7 +129,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v2.1.3 + uses: actions/cache@v2.1.4 with: path: /tmp/.docker-cache key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1190d75..112597d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v2.1.3 + uses: actions/cache@v2.1.4 with: path: /tmp/.docker-cache key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}