Skip to content

Commit 7622bdd

Browse files
Bump actions/checkout from 4.1.4 to 4.1.6 (#47)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...a5ac7e5) --- 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 82553db commit 7622bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
25+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
52+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5353
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
5454
with:
5555
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)