Skip to content

Commit 718e4c3

Browse files
Bump actions/checkout from 4.1.4 to 4.1.7 (#301)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...692973e) --- 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 f85779e commit 718e4c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
sdk: [dev]
2222
steps:
23-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
23+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2424
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
2525
with:
2626
sdk: ${{ matrix.sdk }}
@@ -42,7 +42,7 @@ jobs:
4242
os: [ubuntu-latest]
4343
sdk: [3.0.0, stable, dev]
4444
steps:
45-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
45+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4646
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
4747
with:
4848
sdk: ${{ matrix.sdk }}
@@ -68,7 +68,7 @@ jobs:
6868
os: [ubuntu-latest]
6969
sdk: [3.0.0, stable, dev]
7070
steps:
71-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
71+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
7272
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
7373
with:
7474
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)