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

Commit 13579e6

Browse files
Bump actions/checkout from 4.1.0 to 4.1.1
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]>
1 parent e9b13b7 commit 13579e6

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
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
sdk: [stable]
2323
steps:
24-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
24+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2525
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
2626
with:
2727
sdk: ${{ matrix.sdk }}
@@ -46,7 +46,7 @@ jobs:
4646
os: [ubuntu-latest]
4747
sdk: [2.19.0, stable, beta]
4848
steps:
49-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
49+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5050
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
5151
with:
5252
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)