Skip to content

Commit 651a9f7

Browse files
authored
ci: Update deprecated action versions (#224)
1 parent b4351f7 commit 651a9f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
runs-on: ubuntu-20.04
88
steps:
99
- name: Checkout Repo
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111

12-
- uses: pnpm/action-setup@v2
12+
- uses: pnpm/action-setup@v4
1313
with:
1414
version: 8
1515

1616
- name: Install Node
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: 18
2020
cache: 'pnpm'

0 commit comments

Comments
 (0)