From 8ecbdeb251ac626282110b323e6dc4544c7ef2d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:33:49 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checkForChanges.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/packMachines.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/checkForChanges.yml b/.github/workflows/checkForChanges.yml index 56df54e..df6a26c 100644 --- a/.github/workflows/checkForChanges.yml +++ b/.github/workflows/checkForChanges.yml @@ -19,7 +19,7 @@ jobs: outputs: has_changes: ${{ steps.check_for_changes.outputs.has_changes }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - shell: bash diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 70ac235..fe4377f 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -16,7 +16,7 @@ jobs: issues: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 diff --git a/.github/workflows/packMachines.yml b/.github/workflows/packMachines.yml index 5ddc548..dea2bf3 100644 --- a/.github/workflows/packMachines.yml +++ b/.github/workflows/packMachines.yml @@ -42,7 +42,7 @@ jobs: docs_build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/build-docs packer_build_changes: @@ -53,7 +53,7 @@ jobs: matrix: service: ["dibbs-ecr-viewer"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # AWS Authentication - name: Configure AWS Credentials @@ -92,7 +92,7 @@ jobs: runs-on: ubuntu-latest needs: [docs_build] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # AWS Authentication - name: Configure AWS Credentials @@ -144,7 +144,7 @@ jobs: include: - provisioners: ${{ inputs.provisioners }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # AWS Authentication - name: Configure AWS Credentials