We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b408e0 + 2fdd4fe commit 0b1b9a5Copy full SHA for 0b1b9a5
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
ES_BASE_URI: http://127.0.0.1:9200
28
29
steps:
30
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
31
with:
32
fetch-depth: 0 # This is needed for Roave BC check
33
@@ -57,7 +57,7 @@ jobs:
57
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
58
59
- name: Cache Composer
60
- uses: actions/cache@v2
+ uses: actions/cache@v4
61
62
path: ${{ steps.composer-cache.outputs.dir }}
63
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json **/composer.lock') }}
0 commit comments