8000 Bump actions/checkout from 3.6.0 to 4.1.1 (#232) · dart-archive/file.dart@cd3a932 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit cd3a932

Browse files
Bump actions/checkout from 3.6.0 to 4.1.1 (#232)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@f43a0e5...b4ffde6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7c03aa commit cd3a932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
package: [file, file_testing]
2020

2121
steps:
22-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
22+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2323
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
2424
with:
2525
sdk: dev
@@ -45,7 +45,7 @@ jobs:
4545
sdk: [stable, dev]
4646

4747
steps:
48-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
48+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4949
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
5050
with:
5151
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)
0