Skip to content

Commit 841d6ed

Browse files
Pin dependencies
1 parent d0ee8d3 commit 841d6ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1717

1818
- name: Setup PHP
19-
uses: shivammathur/setup-php@v2
19+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
2020
with:
2121
php-version: 8.0
2222

@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Cache Composer packages
2727
id: composer-cache
28-
uses: actions/cache@v3
28+
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
2929
with:
3030
path: vendor
3131
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)