Skip to content

Commit

Permalink
GitHub workflows: Update 'actions/checkout' action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Jul 7, 2023
1 parent 0614575 commit 66d821f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "CI_TOOLS_PATH=$CI_TOOLS_PATH" | tee -a "$GITHUB_ENV"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Log into container registry ${{ env.REGISTRY }}
uses: redhat-actions/podman-login@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "CI_TOOLS_PATH=$CI_TOOLS_PATH" | tee -a "$GITHUB_ENV"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Log into container registry ${{ env.REGISTRY }}
uses: redhat-actions/podman-login@v1
Expand Down

0 comments on commit 66d821f

Please sign in to comment.