Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit bc10194

Browse files
Bump actions/checkout from 4.1.2 to 4.1.4 (#238)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9bb5618...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f858c6f commit bc10194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/file.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
package: [file, file_testing]
2020

2121
steps:
22-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
22+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2323
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
2424
with:
2525
sdk: dev
@@ -45,7 +45,7 @@ jobs:
4545
sdk: [stable, dev]
4646

4747
steps:
48-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
48+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4949
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
5050
with:
5151
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)