mirror of
https://github.com/containers/podman.git
synced 2025-10-20 04:34:01 +08:00
Merge pull request #26804 from containers/renovate/actions-checkout-5.x
[skip-ci] Update actions/checkout action to v5
This commit is contained in:
2
.github/workflows/check_cirrus_cron.yml
vendored
2
.github/workflows/check_cirrus_cron.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# This is where the scripts live
|
# This is where the scripts live
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: containers/podman
|
repository: containers/podman
|
||||||
ref: 'main'
|
ref: 'main'
|
||||||
|
4
.github/workflows/dev-bump.yml
vendored
4
.github/workflows/dev-bump.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
name: Bump to -dev
|
name: Bump to -dev
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.ref_name }}
|
ref: ${{ github.ref_name }}
|
||||||
token: ${{ secrets.PODMANBOT_TOKEN }}
|
token: ${{ secrets.PODMANBOT_TOKEN }}
|
||||||
@ -80,7 +80,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
token: ${{ secrets.PODMANBOT_TOKEN }}
|
token: ${{ secrets.PODMANBOT_TOKEN }}
|
||||||
|
2
.github/workflows/mac-pkg.yml
vendored
2
.github/workflows/mac-pkg.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
|||||||
steps.check.outputs.buildarm == 'true' ||
|
steps.check.outputs.buildarm == 'true' ||
|
||||||
steps.check.outputs.builduniversal == 'true' ||
|
steps.check.outputs.builduniversal == 'true' ||
|
||||||
steps.actual_dryrun.outputs.dryrun == 'true'
|
steps.actual_dryrun.outputs.dryrun == 'true'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{steps.getversion.outputs.version}}
|
ref: ${{steps.getversion.outputs.version}}
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
2
.github/workflows/machine-os-pr.yml
vendored
2
.github/workflows/machine-os-pr.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip3 install git+https://github.com/packit/wait-for-copr.git@main
|
pip3 install git+https://github.com/packit/wait-for-copr.git@main
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
if: steps.getversion.outputs.update == 'true'
|
if: steps.getversion.outputs.update == 'true'
|
||||||
id: checkout
|
id: checkout
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/release-artifacts.yml
vendored
2
.github/workflows/release-artifacts.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Checkout Version
|
- name: Checkout Version
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{steps.getversion.outputs.version}}
|
ref: ${{steps.getversion.outputs.version}}
|
||||||
|
|
||||||
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
needs: check
|
needs: check
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Version
|
- name: Checkout Version
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{needs.check.outputs.version}}
|
ref: ${{needs.check.outputs.version}}
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
@ -103,7 +103,7 @@ jobs:
|
|||||||
KEYCHAIN_PWD: ${{ secrets.MACOS_CI_KEYCHAIN_PWD }}
|
KEYCHAIN_PWD: ${{ secrets.MACOS_CI_KEYCHAIN_PWD }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Version
|
- name: Checkout Version
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{needs.check.outputs.version}}
|
ref: ${{needs.check.outputs.version}}
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
@ -161,7 +161,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
Write-Output "version=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
|
Write-Output "version=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
|
||||||
- name: Checkout Podman
|
- name: Checkout Podman
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Download Windows zip artifact
|
- name: Download Windows zip artifact
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v5
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
@ -240,7 +240,7 @@ jobs:
|
|||||||
VERSION: ${{needs.check.outputs.version}}
|
VERSION: ${{needs.check.outputs.version}}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Version
|
- name: Checkout Version
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{needs.check.outputs.version}}
|
ref: ${{needs.check.outputs.version}}
|
||||||
- name: Get release notes
|
- name: Get release notes
|
||||||
|
2
.github/workflows/update-podmanio.yml
vendored
2
.github/workflows/update-podmanio.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.PODMANBOT_TOKEN }}
|
GH_TOKEN: ${{ secrets.PODMANBOT_TOKEN }}
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
if: >-
|
if: >-
|
||||||
steps.getversion.outputs.notRC == 'true' &&
|
steps.getversion.outputs.notRC == 'true' &&
|
||||||
steps.checkpr.outputs.prexists == 'false'
|
steps.checkpr.outputs.prexists == 'false'
|
||||||
|
2
.github/workflows/upload-win-installer.yml
vendored
2
.github/workflows/upload-win-installer.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
# Note this purposefully checks out the same branch the action runs in, as the
|
# Note this purposefully checks out the same branch the action runs in, as the
|
||||||
# installer build script is designed to support older releases (uses the archives
|
# installer build script is designed to support older releases (uses the archives
|
||||||
# on the release tag).
|
# on the release tag).
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
# This step is super-duper critical for the built/signed windows installer .exe file.
|
# This step is super-duper critical for the built/signed windows installer .exe file.
|
||||||
# It ensures the referenced $version github release page does NOT already contain
|
# It ensures the referenced $version github release page does NOT already contain
|
||||||
# this file. Windows assigns a UUID to the installer at build time, it's assumed
|
# this file. Windows assigns a UUID to the installer at build time, it's assumed
|
||||||
|
Reference in New Issue
Block a user