Skip to content

Commit 86027c9

Browse files
authored
Merge pull request #15 from JacobLinCool/update-test-version
Update test version
2 parents b45b5fc + 79fcf2b commit 86027c9

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Setup PNPM
19-
uses: pnpm/action-setup@v2.4.0
19+
uses: pnpm/action-setup@v2
2020
with:
2121
run_install: true
2222

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
pull-requests: write
1818
steps:
1919
- name: Checkout Repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Setup PNPM
23-
uses: pnpm/action-setup@v2.4.0
23+
uses: pnpm/action-setup@v2
2424
with:
2525
run_install: true
2626

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- macos-latest
2121
version:
2222
- "latest"
23-
- "2023.6.1"
24-
- "2023.4.2"
25-
- "2023.2.2"
26-
- "2022.12.1"
23+
- "2024.1.5"
24+
- "2023.10.0"
25+
- "2023.8.2"
26+
- "2023.7.3"
2727

2828
name: "${{ matrix.os }} - ${{ matrix.version }}"
2929
runs-on: ${{ matrix.os }}
@@ -35,10 +35,10 @@ jobs:
3535

3636
steps:
3737
- name: Checkout Repository
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
- name: Setup PNPM
41-
uses: pnpm/action-setup@v2.4.0
41+
uses: pnpm/action-setup@v2
4242
with:
4343
run_install: true
4444

0 commit comments

Comments
 (0)