Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Avoid warnings in Github Action: checkout update (#217)
Browse files Browse the repository at this point in the history
This change allows fixing the warnings dumped in
Github Multi Arch build Action by upgrading checkout
Github Action to v3

Resolves: #216

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Nov 7, 2023
1 parent 0b5b02c commit 475e878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi-arch_images_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: add checkout action...
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 475e878

Please sign in to comment.