Skip to content

Commit bb3e5f9

Browse files
committed
clean up
1 parent c3a99cf commit bb3e5f9

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
CI: true
1414
steps:
1515
- uses: pnpm/action-setup@v2.2.2
16-
with:
17-
version: 7.9.5
1816

1917
- name: Checkout Repo
2018
uses: actions/checkout@main

.github/workflows/snapshot.yml

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
CI: true
1010
steps:
1111
- uses: pnpm/action-setup@v2.2.2
12-
with:
13-
version: 7.9.5
1412

1513
- name: Checkout Repo
1614
uses: actions/checkout@main

.github/workflows/validate.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
CI: true
1111
steps:
1212
- uses: pnpm/action-setup@v2.2.2
13-
with:
14-
version: 7.9.5
1513

1614
- name: Checkout Repo
1715
uses: actions/checkout@main

0 commit comments

Comments
 (0)