Skip to content

Commit e2a2e10

Browse files
authored
Merge pull request #60 from pkgjs/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 20ddf6c + 7039742 commit e2a2e10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686

8787
- name: Checkout
88-
uses: actions/checkout@v3
88+
uses: actions/checkout@v4
8989

9090
- name: Prepare the matrix
9191
uses: pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.7
@@ -117,7 +117,7 @@ jobs:
117117
steps:
118118

119119
- name: Checkout
120-
uses: actions/checkout@v3
120+
uses: actions/checkout@v4
121121

122122
- name: Prepare post-checkout steps
123123
if: ${{ inputs.post-checkout-steps }}

0 commit comments

Comments
 (0)