diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index beaf3b8..20c9696 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: - name: Cache trivy cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.TRIVY_CACHE_DIR }} # https://github.com/actions/cache/issues/342#issuecomment-673371329