We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9690731 + 455acb0 commit b450691Copy full SHA for b450691
1 file changed
.github/workflows/node-test.yaml
@@ -85,7 +85,7 @@ jobs:
85
steps:
86
87
- name: Checkout
88
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
89
90
- name: Prepare the matrix
91
uses: pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.10
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
- name: Prepare post-checkout steps
123
if: ${{ inputs.post-checkout-steps }}
0 commit comments