Skip to content

Commit

Permalink
Resolve CI deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Lehmann committed May 13, 2024
1 parent 5c2b768 commit 03ab00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env: ${{ matrix.env }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Set up PHP Version
uses: shivammathur/setup-php@v2
Expand All @@ -32,7 +32,7 @@ jobs:
run: composer validate

- name: Cache dependencies
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.composer/cache
key: dependencies-composer-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit 03ab00b

Please sign in to comment.