File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 php-version : ${{ matrix.php-versions }}
2626
2727 - name : ♻️ Tools cache
28- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929 with :
3030 path : tools/cache
3131 key : ${{ runner.os }}-tools-${{ matrix.php-versions }}-${{ github.sha }}
@@ -46,15 +46,15 @@ jobs:
4646 run : composer phpstan -- --error-format=github
4747
4848 - name : ♻️ Tests cache
49- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
49+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5050 with :
5151 path : tests/.phpunit.result.cache
5252 key : ${{ runner.os }}-tests-${{ github.sha }}
5353 restore-keys : |
5454 ${{ runner.os }}-tests-
5555
5656 - name : ♻️ Fixtures cache
57- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
57+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5858 with :
5959 path : .cache
6060 key : fixture-cache-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 8686 name : github-pages
8787 url : ${{ steps.deployment.outputs.page_url }}
8888 steps :
89- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
89+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
9090 with :
9191 pattern : " docs-*"
9292 path : ./
You can’t perform that action at this time.
0 commit comments