From 801fe2d2e2503aaa857e2609a552834e7bf61640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:53:47 +0000 Subject: [PATCH] chore(deps): 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/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 7c7326f..4a69fbf 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@v4 + uses: actions/checkout@v5 - 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 ea1c179..16ea378 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@v4 + uses: actions/checkout@v5 - name: ๐Ÿš€ Run Label Sync uses: srealmoreno/label-sync-action@v2