Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 1ad37a3 commit 3c59631
Showing 1 changed file with 4 additions and 4 deletions.
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@v3
uses: actions/checkout@v4
- 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@v3
uses: actions/checkout@v4
with:
repository: ${{ env.zmk-repository }}
ref: ${{ env.zmk-ref }}
Expand Down Expand Up @@ -595,7 +595,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Tag
env:
TAG: ${{ needs.tags.outputs.major-minor }}
Expand Down Expand Up @@ -667,7 +667,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ needs.stable-release-trigger.outputs.stable-tag }}
- name: Tag
Expand Down

0 comments on commit 3c59631

Please sign in to comment.