We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f32c4c + cd56aa5 commit 7eed0c6Copy full SHA for 7eed0c6
1 file changed
.github/workflows/ci.yml
@@ -13,9 +13,9 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
17
- name: Cache Composer dependencies
18
- uses: actions/cache@v2
+ uses: actions/cache@v4
19
with:
20
path: /tmp/composer-cache
21
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -55,7 +55,7 @@ jobs:
55
56
uses: actions/checkout@v4
57
58
59
60
61
0 commit comments