From 8371e4a0fd3924a75b6fdab574aacffb7495c47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:04:34 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [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.1.6...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/native_auth_flutter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native_auth_flutter.yaml b/.github/workflows/native_auth_flutter.yaml index c7b6464..ef254e4 100644 --- a/.github/workflows/native_auth_flutter.yaml +++ b/.github/workflows/native_auth_flutter.yaml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 25 steps: - name: Git Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: