Skip to content

Commit e9caf12

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca019b0 commit e9caf12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
sdk: [3.7.0, dev]
2424
steps:
25-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2626
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2727
with:
2828
sdk: ${{ matrix.sdk }}
@@ -52,7 +52,7 @@ jobs:
5252
os: [ubuntu-latest]
5353
sdk: [3.7.0, dev]
5454
steps:
55-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
55+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
5656
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
5757
with:
5858
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)