Skip to content

Commit 035fe97

Browse files
build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#202)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 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@eef6144...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 00a3892 commit 035fe97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
OS: ${{ matrix.os }}
2424
NODE_VERSION: ${{ matrix.node }}
2525
steps:
26-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
26+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727
- run: git fetch --prune --unshallow
2828
- run: git config --global user.name 'Actions'
2929
- run: git config --global user.email '[email protected]'

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release-type: node
1616
package-name: commit-and-tag-version
1717
# The logic below handles the npm publication:
18-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
# these if statements ensure that a publication only occurs when
2020
# a new release is created:
2121
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)