chore(deps): update actions/checkout action to v4 (#128)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-09 13:24:04 +01:00
committed by GitHub
parent 19b6d43a25
commit 862d7cbd80
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "[prind] checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "[prind] set up build environment"
uses: ./.github/actions/image-build-common
- name: "[docker] login"

View File

@@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "[prind] checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "[prind] set up build environment"
uses: ./.github/actions/image-build-common
- name: "[prind] build"