Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 994b31f

Browse files
Bump actions/checkout from 4.1.1 to 4.1.2
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>
1 parent 21858a4 commit 994b31f

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@9bb56186c3b09b4f86b1c65136769dd318469633
2626
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
2727
with:
2828
sdk: ${{ matrix.sdk }}
@@ -48,7 +48,7 @@ jobs:
4848
os: [ubuntu-latest, macos-latest, windows-latest]
4949
sdk: [3.0.0, dev]
5050
steps:
51-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
51+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
5252
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
5353
with:
5454
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)