Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit f426ffe

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2
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>
1 parent 19d99bc commit f426ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sdk: [beta] # todo: re-add stable
2121

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 }}

0 commit comments

Comments
 (0)