diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index f0bc3f2..55f7f11 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -52,7 +52,7 @@ jobs: fetch-depth: 100 - id: postgres run: echo "commit=$(git -C source rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: build key: run-alpine-${{ matrix.builder }}-${{ matrix.branch }}-${{ steps.postgres.outputs.commit }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 822aca3..39c3069 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,7 +38,7 @@ jobs: path: source - id: postgres run: echo "commit=$(git -C source rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" - - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + - uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 id: restore-cache with: path: build @@ -60,7 +60,7 @@ jobs: name: ${{ matrix.builder }}-logs path: build/**/*.log if-no-files-found: error - - uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + - uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 if: github.ref == 'refs/heads/main' with: path: build