Skip to content

Commit 942cc42

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/eslint-config-prettier-9.1.0
2 parents ed04c0f + 8445dd2 commit 942cc42

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
@@ -24,7 +24,7 @@ jobs:
2424
OS: ${{ matrix.os }}
2525
NODE_VERSION: ${{ matrix.node }}
2626
steps:
27-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
27+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2828
- run: git fetch --prune --unshallow
2929
- run: git config --global user.name 'Actions'
3030
- 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
18+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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)