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 18fb19e commit 0d84f00Copy full SHA for 0d84f00
.github/workflows/refresh-listing.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Git Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
with:
18
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
19
@@ -28,7 +28,7 @@ jobs:
28
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
29
30
- name: Cache Composer Dependencies
31
- uses: actions/cache@v2
+ uses: actions/cache@v3
32
33
path: ${{ steps.composer-cache.outputs.dir }}
34
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments