diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8739a6..13f4249 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4 #https://github.com/actions/checkout - 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