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 f169c54 commit 8bc2d9c
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 @@ -77,7 +77,7 @@ jobs:
echo "CI_TOOLS_PATH=$CI_TOOLS_PATH" | tee -a "$GITHUB_ENV"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ env.BUILD_REF }}

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 @@ -35,7 +35,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 8bc2d9c

Please sign in to comment.