Skip to content

Commit 455acb0

Browse files
chore(deps): update actions/checkout action to v5
1 parent fc31378 commit 455acb0

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@v4
88+
uses: actions/checkout@v5
8989

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

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

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

0 commit comments

Comments
 (0)