File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed
Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 3939 - uses : actions/checkout@v4
4040
4141 - name : Setup PNPM
42- uses : pnpm/action-setup@v2.4 .0
42+ uses : pnpm/action-setup@v3.0 .0
4343 with :
4444 version : latest
4545
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - name : Setup PNPM
20- uses : pnpm/action-setup@v2.4 .0
20+ uses : pnpm/action-setup@v3.0 .0
2121 with :
2222 version : latest
2323
4545 - uses : actions/checkout@v4
4646
4747 - name : Setup PNPM
48- uses : pnpm/action-setup@v2.4 .0
48+ uses : pnpm/action-setup@v3.0 .0
4949 with :
5050 version : latest
5151
7373 - uses : actions/checkout@v4
7474
7575 - name : Setup PNPM
76- uses : pnpm/action-setup@v2.4 .0
76+ uses : pnpm/action-setup@v3.0 .0
7777 with :
7878 version : latest
7979
@@ -101,7 +101,7 @@ jobs:
101101 - uses : actions/checkout@v4
102102
103103 - name : Setup PNPM
104- uses : pnpm/action-setup@v2.4 .0
104+ uses : pnpm/action-setup@v3.0 .0
105105 with :
106106 version : latest
107107
@@ -122,6 +122,6 @@ jobs:
122122 run : pnpm build
123123
124124 - name : Upload coverage to Codecov
125- uses : codecov/codecov-action@v3
125+ uses : codecov/codecov-action@v4
126126 with :
127127 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - name : Setup PNPM
20- uses : pnpm/action-setup@v2.4 .0
20+ uses : pnpm/action-setup@v3.0 .0
2121 with :
2222 version : latest
2323
3838 run : pnpm test:js:coverage
3939
4040 - name : Upload coverage to Codecov
41- uses : codecov/codecov-action@v3
41+ uses : codecov/codecov-action@v4
4242 with :
4343 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1717 token : ${{ secrets.GIT_TOKEN }}
1818
1919 - name : Setup PNPM
20- uses : pnpm/action-setup@v2.4 .0
20+ uses : pnpm/action-setup@v3.0 .0
2121 with :
2222 version : latest
2323
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4+
5+ ## 1.0.0 (2024-02-18)
You can’t perform that action at this time.
0 commit comments