Skip to content

Commit

Permalink
update actions/checkout to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Jun 3, 2023
1 parent c07fb13 commit 2a1e9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: 'Checkout the codebase'
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit 2a1e9cf

Please sign in to comment.