From 67f30bc5f5b0509f9785986eb935771a04ab1df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:25:54 +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/main.yaml | 4 ++-- .github/workflows/tag-release.yaml | 2 +- .github/workflows/version.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d3e91a7..01e16f7 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,7 +26,7 @@ jobs: contents: write steps: - name: 📚 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📚 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🐦 Setup Flutter uses: subosito/flutter-action@v2 diff --git a/.github/workflows/tag-release.yaml b/.github/workflows/tag-release.yaml index 6b548ef..a3b84c0 100644 --- a/.github/workflows/tag-release.yaml +++ b/.github/workflows/tag-release.yaml @@ -12,7 +12,7 @@ jobs: if: contains(github.event.head_commit.message, 'chore(release)') steps: - name: 📚 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index fe8e6fd..66aadfc 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📚 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0