Skip to content

Commit 5cf17f7

Browse files
Bump actions/checkout from 4.1.2 to 4.1.4 (dart-archive/yaml_edit#74)
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 7470d5b commit 5cf17f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/yaml_edit/.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
sdk: [dev]
2424
steps:
25-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
25+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2626
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
2727
with:
2828
sdk: ${{ matrix.sdk }}
@@ -50,7 +50,7 @@ jobs:
5050
sdk: ['3.0', stable, dev]
5151
platform: [vm, chrome]
5252
steps:
53-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
53+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
5454
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
5555
with:
5656
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)