Skip to content

Commit 68d321f

Browse files
authored
chore: update workflow to latest
1 parent 3504a41 commit 68d321f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

2121
# Start npm/platform tasks
22-
- uses: volta-cli/action@v1
22+
- uses: volta-cli/action@v4
2323

2424
- name: Install and Test
2525
env:

0 commit comments

Comments
 (0)