Skip to content

Commit

Permalink
Update workflows to use newer checkout and podman-login
Browse files Browse the repository at this point in the history
* Use actions/checkout@v4 instead of actions/checkout@v3
* Use redhat-actions/[email protected] instead of redhat-actions/[email protected]

Signed-off-by: Nalin Dahyabhai <[email protected]>
  • Loading branch information
nalind committed Apr 1, 2024
1 parent 00dc8e0 commit 1711426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: sudo apt-get -y install podman buildah

- uses: redhat-actions/podman-login@v1.6
- uses: redhat-actions/podman-login@v1.7
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1711426

Please sign in to comment.