From 2bdbb16b2bed664873704140ff6cbc1c45ba6fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:42:36 -0700 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 (#119) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
Release notes

Sourced from actions/checkout's releases.

v4.1.3

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.2&new-version=4.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d2e629aa..d67d274e 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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - 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 754dbce2..efda66fc 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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - 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 0a08643f..114938d2 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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - 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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - 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 c9baaec3..811de66a 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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 with: submodules: true - name: Setup Dart diff --git a/.github/workflows/examples.yaml b/.github/workflows/examples.yaml index d8337606..cd458037 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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - 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 b8a6f3ec..abe068c8 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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - 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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - 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@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: @@ -97,7 +97,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: @@ -128,7 +128,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: @@ -150,7 +150,7 @@ jobs: timeout-minutes: 15 steps: - name: Git Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 4.1.3 - name: Setup Flutter uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # 2.16.0 with: