We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e815617 commit c0bacfaCopy full SHA for c0bacfa
1 file changed
.github/workflows/check.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout the repository
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
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') }}
0 commit comments