diff --git a/.github/workflows/test-migration.yml b/.github/workflows/test-migration.yml index 00f236b9e..ab5f37805 100644 --- a/.github/workflows/test-migration.yml +++ b/.github/workflows/test-migration.yml @@ -42,7 +42,7 @@ jobs: with: persist-credentials: false - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: github.event_name != 'merge_group' with: path: | @@ -70,7 +70,7 @@ jobs: with: persist-credentials: false - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: github.event_name != 'merge_group' with: path: | diff --git a/.github/workflows/virtual-integration.yml b/.github/workflows/virtual-integration.yml index b3fcc8211..5af3e57cc 100644 --- a/.github/workflows/virtual-integration.yml +++ b/.github/workflows/virtual-integration.yml @@ -140,7 +140,7 @@ jobs: with: persist-credentials: false - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: github.event_name != 'merge_group' with: path: | @@ -346,7 +346,7 @@ jobs: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: github.event_name != 'merge_group' with: path: |