From 022cf50fe7c0685dae1abefb66b1114b10006539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:58:44 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dart.yaml | 2 +- .github/workflows/go.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yaml b/.github/workflows/dart.yaml index 7e609e5..8a640a7 100644 --- a/.github/workflows/dart.yaml +++ b/.github/workflows/dart.yaml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 5 steps: - name: Git Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0 with: submodules: true - name: Setup Dart diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 26c25ea..57a4bda 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 5 steps: - name: Git Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0 with: submodules: true - name: Setup Go