Skip to content

Commit

Permalink
[skip-ci] Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent ac93ef9 commit c893f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/orphan_vms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
orphan_vms:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false

# Avoid duplicating cron-fail_addrs.csv
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: containers/podman
path: '_podman'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_image_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fi
- if: steps.retro.outputs.is_pr == 'true'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down

0 comments on commit c893f90

Please sign in to comment.