refactor: Move to new actions/checkout.
This commit is contained in:
parent
aedbb92f63
commit
9b1bbf4a06
8
.github/workflows/containers.yml
vendored
8
.github/workflows/containers.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
- name: Install yaml2json
|
||||
run: python3 -m pip install remarshal
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Import from architectures.yml
|
||||
id: import
|
||||
run: echo "json=$(yaml2json architectures.yml | jq -c .)" >> $GITHUB_OUTPUT
|
||||
@ -331,7 +331,7 @@ jobs:
|
||||
cache-to: type=inline
|
||||
load: true
|
||||
- name: Checkout ZMK
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: ${{ env.zmk-repository }}
|
||||
ref: ${{ env.zmk-ref }}
|
||||
@ -594,7 +594,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Tag
|
||||
env:
|
||||
TAG: ${{ needs.tags.outputs.major-minor }}
|
||||
@ -666,7 +666,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ needs.stable-release-trigger.outputs.stable-tag }}
|
||||
- name: Tag
|
||||
|
Loading…
Reference in New Issue
Block a user