Skip to content

Commit

Permalink
Merge pull request #166 from spences10/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 authored Sep 5, 2023
2 parents 3bf72ef + 316b6e7 commit 3c7aa4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 6.0.2
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 6.0.2
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down

0 comments on commit 3c7aa4a

Please sign in to comment.