Skip to content

Commit

Permalink
Merge pull request #60 from pkgjs/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
dominykas committed Nov 1, 2023
2 parents 20ddf6c + 7039742 commit e2a2e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Prepare the matrix
uses: pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.7
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Prepare post-checkout steps
if: ${{ inputs.post-checkout-steps }}
Expand Down

0 comments on commit e2a2e10

Please sign in to comment.