Skip to content

Commit 0d84f00

Browse files
authored
Update refresh-listing.yaml
Update cache and checkout actions
1 parent 18fb19e commit 0d84f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/refresh-listing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Git Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
1919

@@ -28,7 +28,7 @@ jobs:
2828
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2929

3030
- name: Cache Composer Dependencies
31-
uses: actions/cache@v2
31+
uses: actions/cache@v3
3232
with:
3333
path: ${{ steps.composer-cache.outputs.dir }}
3434
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)