Skip to content

Commit 57f7fbe

Browse files
authored
Updated GA files to use latest action releases
1 parent a86567f commit 57f7fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Install PHP
2626
uses: shivammathur/setup-php@v2
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3434

3535
- name: Cache dependencies installed with composer
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: ${{ env.COMPOSER_CACHE_DIR }}
3939
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)