Skip to content

Commit d70752c

Browse files
chore(deps): update actions/checkout action to v4 (#950)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c48005d commit d70752c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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@v2
19+
- uses: actions/checkout@v4
2020
- run: git fetch --prune --unshallow
2121
- run: git config --global user.name 'Actions'
2222
- run: git config --global user.email 'dummy@example.org'

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
release-type: node
1515
package-name: standard-version
1616
# The logic below handles the npm publication:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
# these if statements ensure that a publication only occurs when
1919
# a new release is created:
2020
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)