Skip to content

Commit a5ad68d

Browse files
Update action versions
1 parent fd88452 commit a5ad68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
PHP_VERSION: ${{ matrix.php }}
3636

3737
steps:
38-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38+
- uses: actions/checkout@v4
3939

4040
- name: Switch to PHP ${{ env.PHP_VERSION }}
4141
run: |
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
echo "::set-output name=dir::$(composer config cache-files-dir)"
6161
62-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
62+
- uses: actions/cache@v4
6363
with:
6464
path: ${{ steps.composer-cache.outputs.dir }}
6565
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)