diff --git a/.github/workflows/build_allow_lists.yaml b/.github/workflows/build_allow_lists.yaml index 45bd2b714c..53298cd3b7 100644 --- a/.github/workflows/build_allow_lists.yaml +++ b/.github/workflows/build_allow_lists.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v3 - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: environment_configs/package_lists/dependency-cache.json key: dependencies-${{ github.sha }} # request a cache that does not yet exist