diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8c2c54..248bd78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: dockerfile: image/Dockerfile - name: Cache trivy cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.TRIVY_CACHE_DIR }} # https://github.com/actions/cache/issues/342#issuecomment-673371329