Skip to content

Commit 1c98e3a

Browse files
authored
Update main.yml
Update github actions lib versions
1 parent 7ed7125 commit 1c98e3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ jobs:
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: Setup Node
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v3
1919
with:
2020
node-version: '20'
2121

2222
- name: Cache pnpm modules
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
with:
2525
path: ~/.pnpm-store
2626
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
2727
restore-keys: |
2828
${{ runner.os }}-
29-
- uses: pnpm/action-setup@v2.0.1
29+
- uses: pnpm/action-setup@v3
3030
with:
3131
version: 9.0.5
3232
run_install: true

0 commit comments

Comments
 (0)