Skip to content

Commit 7e2398e

Browse files
Bump actions/checkout from 3.3.0 to 3.5.0 (#5)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...8f4b7f8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c0360e commit 7e2398e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/c_compiler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- sdk: stable
2929
run-tests: true
3030
steps:
31-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
31+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
3232
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
3333
with:
3434
sdk: ${{matrix.sdk}}

.github/workflows/native_assets_cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- sdk: stable
2929
run-tests: true
3030
steps:
31-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
31+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
3232
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
3333
with:
3434
sdk: ${{matrix.sdk}}

0 commit comments

Comments
 (0)