We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd88452 commit a5ad68dCopy full SHA for a5ad68d
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
PHP_VERSION: ${{ matrix.php }}
36
37
steps:
38
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ - uses: actions/checkout@v4
39
40
- name: Switch to PHP ${{ env.PHP_VERSION }}
41
run: |
@@ -59,7 +59,7 @@ jobs:
59
60
echo "::set-output name=dir::$(composer config cache-files-dir)"
61
62
- - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ - uses: actions/cache@v4
63
with:
64
path: ${{ steps.composer-cache.outputs.dir }}
65
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments