From 5861250402f5b8b18cd37653aac035e00fc870e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 11:56:19 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bulk-import.yaml | 2 +- .github/workflows/drift-check.yaml | 2 +- .github/workflows/import.yaml | 2 +- .github/workflows/promote-imported-configs.yaml | 2 +- .github/workflows/tf-apply.yaml | 2 +- .github/workflows/tf-plan.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bulk-import.yaml b/.github/workflows/bulk-import.yaml index 981cea1..7f60a07 100644 --- a/.github/workflows/bulk-import.yaml +++ b/.github/workflows/bulk-import.yaml @@ -30,7 +30,7 @@ jobs: owner: ${{ github.repository_owner }} - name: Checkout GCSS - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: G-Research/github-terraformer ref: ${{ inputs.gcss_ref }} diff --git a/.github/workflows/drift-check.yaml b/.github/workflows/drift-check.yaml index 96c3c9f..4c82001 100644 --- a/.github/workflows/drift-check.yaml +++ b/.github/workflows/drift-check.yaml @@ -20,7 +20,7 @@ jobs: environment: schedule steps: - name: Checkout GCSS - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: G-Research/github-terraformer ref: ${{ inputs.gcss_ref }} diff --git a/.github/workflows/import.yaml b/.github/workflows/import.yaml index 8710f9f..db24475 100644 --- a/.github/workflows/import.yaml +++ b/.github/workflows/import.yaml @@ -35,7 +35,7 @@ jobs: owner: ${{ github.repository_owner }} - name: Checkout GCSS - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: G-Research/github-terraformer ref: ${{ inputs.gcss_ref }} diff --git a/.github/workflows/promote-imported-configs.yaml b/.github/workflows/promote-imported-configs.yaml index 2508748..bef4ae2 100644 --- a/.github/workflows/promote-imported-configs.yaml +++ b/.github/workflows/promote-imported-configs.yaml @@ -40,7 +40,7 @@ jobs: owner: ${{ github.repository_owner }} - name: Checkout GCSS - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: G-Research/github-terraformer ref: ${{ inputs.gcss_ref }} diff --git a/.github/workflows/tf-apply.yaml b/.github/workflows/tf-apply.yaml index e4107cf..5bd1144 100644 --- a/.github/workflows/tf-apply.yaml +++ b/.github/workflows/tf-apply.yaml @@ -27,7 +27,7 @@ jobs: contents: read steps: - name: Checkout GCSS - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: G-Research/github-terraformer ref: ${{ inputs.gcss_ref }} diff --git a/.github/workflows/tf-plan.yaml b/.github/workflows/tf-plan.yaml index f566f55..97f90fd 100644 --- a/.github/workflows/tf-plan.yaml +++ b/.github/workflows/tf-plan.yaml @@ -37,7 +37,7 @@ jobs: owner: ${{ github.repository_owner }} - name: Checkout GCSS - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: G-Research/github-terraformer ref: ${{ inputs.gcss_ref }}