diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index f914b82f..6ce360d1 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -40,7 +40,7 @@ jobs: run: echo "NOW=$(date)" >> $GITHUB_ENV - name: Cache importer artifacts - uses: actions/cache@v2 + uses: actions/cache@v4 with: # This cache directory is meant to be essentially permanent, with cache # expiry implemented in code. However, we never want this to be a direct diff --git a/.github/workflows/importer.yml b/.github/workflows/importer.yml index 12e2a4a5..5864c585 100644 --- a/.github/workflows/importer.yml +++ b/.github/workflows/importer.yml @@ -34,7 +34,7 @@ jobs: run: echo "NOW=$(date)" >> $GITHUB_ENV - name: Cache importer artifacts - uses: actions/cache@v2 + uses: actions/cache@v4 with: # This cache directory is meant to be essentially permanent, with cache # expiry implemented in code. However, we never want this to be a direct