Merge pull request #7 from kairos-io/renovate/actions-checkout-4.x

Update actions/checkout action to v4
This commit is contained in:
Ettore Di Giacinto
2023-09-05 14:35:55 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
git fetch --prune --unshallow
- name: setup-docker

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
git fetch --prune --unshallow
- name: setup-docker