commit | 6842feaef1c4e06239bd30f8d3ef722838b1c97e | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Oct 03 12:21:32 2024 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 03 12:21:32 2024 -0700 |
tree | 619f89ed8a2a1213eb97889727ca7d36f2dc9739 | |
parent | 855831c242a17c2dee163828d52710d9043c7c8d [diff] |
Bump actions/checkout from 4.1.7 to 4.2.0 (#243) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/file.yml b/.github/workflows/file.yml index 6c20c0c..6e8d82c 100644 --- a/.github/workflows/file.yml +++ b/.github/workflows/file.yml
@@ -19,7 +19,7 @@ package: [file, file_testing] steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: dev @@ -45,7 +45,7 @@ sdk: [stable, dev] steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{ matrix.sdk }}