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

Commit 5c67e54

Browse files
Bump actions/checkout from 4.1.2 to 4.1.4
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]>
1 parent e379fa8 commit 5c67e54

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
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
steps:
17-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
17+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1818
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
1919
with:
2020
sdk: dev
@@ -34,7 +34,7 @@ jobs:
3434
os: [ubuntu-latest]
3535
sdk: [3.2, stable, dev]
3636
steps:
37-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
37+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
3838
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
3939
with:
4040
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)