Freeze duplicate OrdinaryKonstructionCo (#3291)

This commit is contained in:
HebaruSan 2024-10-07 17:15:51 +00:00 committed by GitHub
parent d19c4b12c5
commit c1aeeb8ce7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -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 }}