From 55a495870ce3c20ff1c6a663666b9297c89bc6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:04:29 +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/pub_publish.yaml | 2 +- .github/workflows/sync_labels.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pub_publish.yaml b/.github/workflows/pub_publish.yaml index 4a69fbf..de9437c 100644 --- a/.github/workflows/pub_publish.yaml +++ b/.github/workflows/pub_publish.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ๐Ÿ“š Git Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: ๐ŸŽฏ Setup Dart uses: dart-lang/setup-dart@v1 - name: ๐Ÿฆ Setup Flutter diff --git a/.github/workflows/sync_labels.yaml b/.github/workflows/sync_labels.yaml index 16ea378..e4f9706 100644 --- a/.github/workflows/sync_labels.yaml +++ b/.github/workflows/sync_labels.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: ๐Ÿš€ Run Label Sync uses: srealmoreno/label-sync-action@v2