Skip to content

Commit

Permalink
fix checkout in container-image action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Volodkin committed Oct 16, 2023
1 parent 6b8b610 commit c9d97fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit c9d97fa

Please sign in to comment.