mirror of
https://github.com/mkuf/prind.git
synced 2026-05-06 06:06:45 +02:00
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:
@@ -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"
|
||||
|
||||
2
.github/workflows/image-build-review.yaml
vendored
2
.github/workflows/image-build-review.yaml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user