File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
cancel-in-progress : true
14
14
15
15
permissions :
16
- content : read
16
+ contents : read
17
17
18
18
jobs :
19
19
build :
55
55
runs-on : ubuntu-latest
56
56
needs : build
57
57
permissions :
58
- content : write
58
+ contents : write
59
59
steps :
60
60
- name : Check out code base
61
61
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
### Added
12
12
- Add proxy support
13
13
14
+ ### Changed
15
+ - Reusable workflow
16
+ - Upgrade dependencies
17
+
18
+ ### Fixed
19
+ - Fix cannot ckeckout the code base when pull requests
20
+ - Replace set-output with recommended env output
21
+
14
22
## [ 2.2.1] - 2021-09-09
15
23
16
24
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wabarc/cairn" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.3.0 " ,
4
4
"description" : " Node package and CLI tool for saving web page as single HTML file" ,
5
5
"main" : " dist/cairn.js" ,
6
6
"types" : " dist/cairn.d.ts" ,
You can’t perform that action at this time.
0 commit comments