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

Commit 30df1c3

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] <support@github.com>
1 parent 86b7bcb commit 30df1c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
sdk: [dev]
2222
steps:
23-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
23+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2424
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
2525
with:
2626
sdk: ${{ matrix.sdk }}
@@ -43,7 +43,7 @@ jobs:
4343
os: [ubuntu-latest]
4444
sdk: ['3.0', dev]
4545
steps:
46-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
46+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4747
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
4848
with:
4949
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)