From 46eadc2970173ccd46a55e96ebb1541b682d9328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:02:45 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.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/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/celest.yaml | 2 +- .github/workflows/celest_auth.yaml | 2 +- .github/workflows/celest_core.yaml | 4 ++-- .github/workflows/corks_cedar.yaml | 2 +- .github/workflows/examples.yaml | 2 +- .github/workflows/native_storage.yaml | 12 ++++++------ 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/celest.yaml b/.github/workflows/celest.yaml index 70249f57..c24e4d1c 100644 --- a/.github/workflows/celest.yaml +++ b/.github/workflows/celest.yaml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: diff --git a/.github/workflows/celest_auth.yaml b/.github/workflows/celest_auth.yaml index c77e980d..017872d1 100644 --- a/.github/workflows/celest_auth.yaml +++ b/.github/workflows/celest_auth.yaml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: diff --git a/.github/workflows/celest_core.yaml b/.github/workflows/celest_core.yaml index f1776648..8d256b7a 100644 --- a/.github/workflows/celest_core.yaml +++ b/.github/workflows/celest_core.yaml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: @@ -37,7 +37,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: diff --git a/.github/workflows/corks_cedar.yaml b/.github/workflows/corks_cedar.yaml index 3a707d4e..33f97449 100644 --- a/.github/workflows/corks_cedar.yaml +++ b/.github/workflows/corks_cedar.yaml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 with: submodules: true - name: Setup Dart diff --git a/.github/workflows/examples.yaml b/.github/workflows/examples.yaml index 38a355d3..b288824f 100644 --- a/.github/workflows/examples.yaml +++ b/.github/workflows/examples.yaml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: diff --git a/.github/workflows/native_storage.yaml b/.github/workflows/native_storage.yaml index d5a1acbb..0bce9a92 100644 --- a/.github/workflows/native_storage.yaml +++ b/.github/workflows/native_storage.yaml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: @@ -36,7 +36,7 @@ jobs: timeout-minutes: 20 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: @@ -71,7 +71,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: @@ -105,7 +105,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: @@ -136,7 +136,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: @@ -158,7 +158,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 4.1.5 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: