From e636e059f0d2824fa9ac31f415a002835cd9ee1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:51:42 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bake.yml | 2 +- .github/workflows/bake_targets.yml | 6 +++--- .github/workflows/bake_update.yml | 2 +- .github/workflows/catalogs.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 99859bec6..5d9bd1511 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -27,7 +27,7 @@ jobs: versions: ${{ steps.get_versions.outputs.versions }} steps: - name: Checkout Code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Get supported PostgreSQL versions id: get_versions diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 35594f008..e86b27ae8 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -50,12 +50,12 @@ jobs: images: ${{ steps.images.outputs.images }} steps: - name: Checkout Code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 # bake-action/subaction/matrix doesn't support remote bake files. # As a workaround, we clone the repository to allow passing the path to a local file. - name: Checkout additional remote source - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 if: ${{ inputs.bake_remote_source != '' }} with: repository: ${{ inputs.bake_remote_source }} @@ -149,7 +149,7 @@ jobs: image: ${{fromJson(needs.testbuild.outputs.images)}} steps: - name: Checkout Code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Security checks # NOTE: Do not modify this to point to the local action "./.github/actions/security-scans", diff --git a/.github/workflows/bake_update.yml b/.github/workflows/bake_update.yml index 2367a29a9..ae9b48712 100644 --- a/.github/workflows/bake_update.yml +++ b/.github/workflows/bake_update.yml @@ -16,7 +16,7 @@ jobs: name: Run update script runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: token: ${{ secrets.REPO_GHA_PAT }} diff --git a/.github/workflows/catalogs.yml b/.github/workflows/catalogs.yml index 3f3aa173b..c94e5fc25 100644 --- a/.github/workflows/catalogs.yml +++ b/.github/workflows/catalogs.yml @@ -20,13 +20,13 @@ jobs: steps: # TODO: remove this step once system images are EOL - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: path: postgres-containers token: ${{ secrets.REPO_GHA_PAT }} - name: Checkout artifacts - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: path: artifacts repository: cloudnative-pg/artifacts