Skip to content

Commit 82553db

Browse files
Bump actions/checkout from 4.1.1 to 4.1.4 (#46)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 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@b4ffde6...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 b849559 commit 82553db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
sdk: [dev]
2424
steps:
25-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2626
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
2727
with:
2828
sdk: ${{ matrix.sdk }}
@@ -49,7 +49,7 @@ jobs:
4949
os: [ubuntu-latest]
5050
sdk: [3.0, dev]
5151
steps:
52-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
52+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
5353
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
5454
with:
5555
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)