From c445f0a4fc186206f6c43bc3a1bb42f5e97d1e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 22:03:14 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/docker-build.yml | 2 +- .github/workflows/generate-labels.yml | 2 +- .github/workflows/push.yml | 2 +- .github/workflows/semantic-release-dev.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index a34e7fe..81b3fbc 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -35,7 +35,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history and tags diff --git a/.github/workflows/generate-labels.yml b/.github/workflows/generate-labels.yml index cf8d4b6..c81ca7b 100644 --- a/.github/workflows/generate-labels.yml +++ b/.github/workflows/generate-labels.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Label PR based on title uses: srvaroa/labeler@v1 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6cafbdf..558c3fa 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/semantic-release-dev.yml b/.github/workflows/semantic-release-dev.yml index 9ba2858..081846f 100644 --- a/.github/workflows/semantic-release-dev.yml +++ b/.github/workflows/semantic-release-dev.yml @@ -40,7 +40,7 @@ jobs: new-release-version: ${{ steps.semantic-release.outputs.new-release-version }} steps: - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.RELEASE_TOKEN }} diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index add11f7..b2bcc7b 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -32,7 +32,7 @@ jobs: new-release-version: ${{ steps.semantic-release.outputs.new-release-version }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.RELEASE_TOKEN }}