Skip to content

Commit ffcd45e

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#306)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19d0d7a commit ffcd45e

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@d632683dd7b4114ad314bca15554477dd762a938
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2424
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2525
with:
2626
sdk: ${{ matrix.sdk }}
@@ -42,7 +42,7 @@ jobs:
4242
os: [ubuntu-latest]
4343
sdk: [3.1, stable, dev]
4444
steps:
45-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
45+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4646
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
4747
with:
4848
sdk: ${{ matrix.sdk }}
@@ -68,7 +68,7 @@ jobs:
6868
os: [ubuntu-latest]
6969
sdk: [3.1, stable, dev]
7070
steps:
71-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
71+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7272
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
7373
with:
7474
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)