Skip to content

Commit 442f247

Browse files
chore(deps): update actions/checkout action to v5
1 parent d70752c commit 442f247

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@v4
19+
- uses: actions/checkout@v5
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@v4
17+
- uses: actions/checkout@v5
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)