Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit af6760f

Browse files
Bump actions/checkout from 4.1.4 to 4.1.5 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.1.4 to 4.1.5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...44c2b7a) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc75160 commit af6760f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
sdk: [dev]
2424
steps:
25-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
25+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
2626
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
2727
with:
2828
sdk: ${{ matrix.sdk }}
@@ -49,7 +49,7 @@ jobs:
4949
os: [ubuntu-latest]
5050
sdk: [3.0.0, dev]
5151
steps:
52-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
52+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
5353
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
5454
with:
5555
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)