Skip to content

Commit

Permalink
Merge pull request #19850 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
openshift-merge-robot authored Sep 5, 2023
2 parents 0e3b492 + e825bd5 commit 52e1acf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# This is where the scripts live
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
repository: containers/podman
ref: 'main'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fcos-podman-next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "podman-next build successful."
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Build FCOS Image
id: build_image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
steps.check.outputs.buildamd == 'true' ||
steps.check.outputs.buildarm == 'true' ||
steps.actual_dryrun.outputs.dryrun == 'true'
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
ref: ${{steps.getversion.outputs.version}}
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rerun_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cron_rerun:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# All scripts used by this workflow live in podman repo.
repository: "containers/podman"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-win-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
}
}
Write-Output "version=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
ref: ${{steps.getversion.outputs.version}}
# This step is super-duper critical for the built/signed windows installer .exe file.
Expand Down

0 comments on commit 52e1acf

Please sign in to comment.