Skip to content

Commit 261036c

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-archive/sse#118)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18c2a7b commit 261036c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/sse/.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: [dev]
2424
steps:
25-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
25+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2626
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2727
with:
2828
sdk: ${{ matrix.sdk }}
@@ -49,7 +49,7 @@ jobs:
4949
os: [ubuntu-latest]
5050
sdk: [3.3, dev]
5151
steps:
52-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
52+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5353
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
5454
with:
5555
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)