Skip to content

Commit af2d359

Browse files
Bump actions/checkout from 4.1.2 to 4.1.4 (#297)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c80e01e commit af2d359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
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@b64355ae6ca0b5d484f0106a033dd1388965d06d
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@9bb56186c3b09b4f86b1c65136769dd318469633
45+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4646
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
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@9bb56186c3b09b4f86b1c65136769dd318469633
71+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
7272
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
7373
with:
7474
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)