Skip to content

Commit

Permalink
Merge pull request #299 from containers/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
[skip-ci] Update actions/checkout action to v4
  • Loading branch information
cevich authored Sep 5, 2023
2 parents ac93ef9 + c893f90 commit 7482f50
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 7482f50

Please sign in to comment.