Skip to content

Commit 9781c57

Browse files
Bump actions/checkout from 4.1.0 to 4.1.1 (#679)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.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@8ade135...b4ffde6) --- 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 b7f9115 commit 9781c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
sdk: [3.0.0, dev]
2020
steps:
21-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
21+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2222
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
2323
with:
2424
sdk: ${{ matrix.sdk }}
@@ -70,7 +70,7 @@ jobs:
7070
- os: macos-latest
7171
platform: chrome
7272
steps:
73-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
73+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
7474
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
7575
with:
7676
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)