Skip to content

Commit

Permalink
Merge pull request #245 from simonheys/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
simonheys authored Oct 9, 2023
2 parents 79a40a0 + 596f5ea commit 9d3fd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
Expand Down

0 comments on commit 9d3fd8e

Please sign in to comment.