Skip to content

Commit

Permalink
Merge pull request #234 from WyriHaximusNet/renovate/actions-checkout…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/checkout action to v4
  • Loading branch information
WyriHaximus authored Jan 22, 2024
2 parents 9e7ab68 + 8e64979 commit c796b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
outputs:
arch: ${{ steps.supported-arch-matrix.outputs.arch }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: supported-arch-matrix
name: Generate Arch
run: |
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
image: ${{ fromJson(needs.image-matrix.outputs.image) }}
exclude: ${{ fromJson(needs.exclude-matrix.outputs.exclude) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down

0 comments on commit c796b37

Please sign in to comment.