Skip to content

Commit

Permalink
Bump Github Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Feb 23, 2024
1 parent 62c4151 commit 6c4b750
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v3
with:
version: 8.6.0
version: 8.15

- name: Setup node
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v4
with:
node-version: 18.12.1
cache: "pnpm"
Expand Down

0 comments on commit 6c4b750

Please sign in to comment.