Skip to content

Commit fe49fbd

Browse files
authored
Merge pull request #242 from Chris53897/patch-1
chore: fix ci deprecations
2 parents dfb6977 + c29fd5d commit fe49fbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Test PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737

3838
- name: Setup PHP
3939
uses: shivammathur/setup-php@master
@@ -57,7 +57,7 @@ jobs:
5757
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5858

5959
- name: Cache dependencies
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
path: ${{ steps.composer-cache.outputs.dir }}
6363
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
@@ -88,7 +88,7 @@ jobs:
8888
needs: test
8989
steps:
9090
- name: Checkout
91-
uses: actions/checkout@v3
91+
uses: actions/checkout@v4
9292
with:
9393
fetch-depth: 0
9494

0 commit comments

Comments
 (0)