Skip to content

Commit c6b9f37

Browse files
Bump the actions-patch-minor group across 1 directory with 2 updates (#173)
1 parent bbb4d00 commit c6b9f37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
- '8.4'
3737
steps:
3838
- name: Set up PHP
39-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc
39+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240
4040
with:
4141
php-version: ${{ matrix.php-version }}
4242
- uses: actions/checkout@v6.0.2
4343
- name: Validate composer.json and composer.lock
4444
run: composer validate --strict
4545
- name: Cache Composer packages
4646
id: composer-cache
47-
uses: actions/cache@v5
47+
uses: actions/cache@v5.0.5
4848
with:
4949
path: vendor
5050
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)