Skip to content

Commit 79d340f

Browse files
MNT Update GHA dependencies (#110)
1 parent a9114cd commit 79d340f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ runs:
9191
echo "fetch-depth=$FETCH_DEPTH" >> "$GITHUB_OUTPUT"
9292
9393
- name: Checkout code
94-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
94+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
9595
with:
9696
fetch-depth: ${{ steps.set-fetch-depth.outputs.fetch-depth }}
9797

9898
- name: Install PHP
99-
uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2.22.0
99+
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
100100
with:
101101
php-version: '8.1'
102102
extensions: yaml
@@ -106,7 +106,7 @@ runs:
106106
# need to download requirements for the first time, after that it will be plenty quick
107107
# https://docs.github.com/en/actions/advanced-guides/caching-dependencies-to-speed-up-workflows
108108
- name: Enable shared composer cache
109-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # @v3.3.1
109+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # @v4.1.1
110110
with:
111111
path: ~/.cache/composer
112112
key: shared-composer-cache

0 commit comments

Comments
 (0)