We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b682d88 commit a0f8c9dCopy full SHA for a0f8c9d
.github/workflows/fix-code-style.yml
@@ -14,7 +14,7 @@ jobs:
14
ref: ${{ github.head_ref }}
15
16
- name: Cache dependencies
17
- uses: actions/cache@v3
+ uses: actions/cache@v4
18
with:
19
path: ~/.composer/cache/files
20
key: dependencies-composer-${{ hashFiles('composer.json') }}
.github/workflows/quality-assurance.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v4
13
0 commit comments