Skip to content

Commit 1c1cb16

Browse files
westonruterCopilot
andcommitted
Use same version of actions/cache as rest of codebase
Co-authored-by: Copilot <[email protected]>
1 parent ee31281 commit 1c1cb16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-php-static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: npm run build:dev
8888

8989
- name: Cache PHP Static Analysis scan cache
90-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
90+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9191
with:
9292
path: .cache # This is defined in the base.neon file.
9393
key: "phpstan-result-cache-${{ github.run_id }}"
@@ -99,7 +99,7 @@ jobs:
9999
run: phpstan analyse -vvv --error-format=checkstyle | cs2pr
100100

101101
- name: "Save result cache"
102-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
102+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
103103
if: ${{ !cancelled() }}
104104
with:
105105
path: .cache

0 commit comments

Comments
 (0)