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