Freeze duplicate OrdinaryKonstructionCo (#3291)
This commit is contained in:
parent
d19c4b12c5
commit
c1aeeb8ce7
|
@ -13,13 +13,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get CKAN-meta repo
|
- name: Get CKAN-meta repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Cache downloads
|
- name: Cache downloads
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .cache
|
path: .cache
|
||||||
key: downloads-${{ github.run_id }}
|
key: downloads-${{ github.run_id }}
|
||||||
|
|
Loading…
Reference in New Issue