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 d289068 commit be3ca7eCopy full SHA for be3ca7e
.github/workflows/integration-tests-callable.yaml
@@ -26,7 +26,7 @@ jobs:
26
coverage: none
27
28
- name: Cache dependencies
29
- uses: actions/cache@v2
+ uses: actions/cache@v4
30
with:
31
path: ${{ env.COMPOSER_CACHE_DIR }}
32
key: ${{ env.PROJECT_EDITION }}-${{ env.PROJECT_VERSION }}-${{ github.sha }}
0 commit comments