Skip to content

Commit cb5d0c8

Browse files
build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#1233)
Bumps [actions/checkout](https://github.com/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@v4.2.0...11bd719) --- 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 fe13459 commit cb5d0c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
release_tag: "${{ steps.release-please.outputs.tag_name }}"
1818

1919
steps:
20-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
with:
2222
# https://github.com/actions/checkout/issues/1467
2323
fetch-depth: 0
@@ -37,7 +37,7 @@ jobs:
3737
if: needs.release-please.outputs.release_created
3838

3939
steps:
40-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
# https://github.com/actions/checkout/issues/1467
4343
fetch-depth: 0

0 commit comments

Comments
 (0)