Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install yaml2json
run: python3 -m pip install remarshal
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Import from architectures.yml
id: import
run: echo "json=$(yaml2json architectures.yml | jq -c .)" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
cache-to: type=inline
load: true
- name: Checkout ZMK
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ${{ env.zmk-repository }}
ref: ${{ env.zmk-ref }}
Expand Down Expand Up @@ -601,7 +601,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Tag
env:
TAG: ${{ needs.tags.outputs.major-minor }}
Expand Down Expand Up @@ -673,7 +673,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ needs.stable-release-trigger.outputs.stable-tag }}
- name: Tag
Expand Down
Loading