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

Commit f858c6f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/file.yml

Lines changed: 2 additions & 2 deletions
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@b4ffde65f46336ab88eb53be808477a3936bae11
22+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
48+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
4949
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
5050
with:
5151
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)