mirror of
https://github.com/rancher/norman.git
synced 2025-08-30 21:52:02 +00:00
Update actions/checkout action to v4.2.2 (#536)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
This commit is contained in:
parent
2508df7b8b
commit
989eae154a
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -17,6 +17,6 @@ jobs:
|
|||||||
run: apk add -U git
|
run: apk add -U git
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
# https://github.com/actions/checkout/releases/tag/v4.1.1
|
# https://github.com/actions/checkout/releases/tag/v4.1.1
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
- name : Run dapper ci
|
- name : Run dapper ci
|
||||||
run: dapper ci
|
run: dapper ci
|
||||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name : Checkout repository
|
- name : Checkout repository
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
|
||||||
- name: Create release on Github
|
- name: Create release on Github
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user