Skip to content

Commit 625d69d

Browse files
chore(deps): update actions/checkout digest to b4ffde6 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95db97a commit 625d69d

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
@@ -16,7 +16,7 @@ jobs:
1616
OS: ${{ matrix.os }}
1717
NODE_VERSION: ${{ matrix.node }}
1818
steps:
19-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
19+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2020
- run: git fetch --prune --unshallow
2121
- run: git config --global user.name 'Actions'
2222
- 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
18+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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)