File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
Check-Changelog :
10
10
name : Check Changelog Action
11
- runs-on : ubuntu-20.04
11
+ runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : tarides/changelog-check-action@v2
14
14
with :
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
- name : Setup Pages
35
35
uses : actions/configure-pages@v3
36
36
# Install .NET and DocFx
37
37
- name : Setup .NET Core
38
- uses : actions/setup-dotnet@v1
38
+ uses : actions/setup-dotnet@v3
39
39
with :
40
40
dotnet-version : ' 7.0.x'
41
41
- name : Install docfx
45
45
run : docfx docfx_project/docfx.json
46
46
# Upload constructed site
47
47
- name : Upload artifact
48
- uses : actions/upload-pages-artifact@v1
48
+ uses : actions/upload-pages-artifact@v2
49
49
with :
50
50
path : ' docfx_project/_site'
51
51
# deploy to GitHub Pages
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.0.21] - 2023-09-11
8
+ ### Dependencies
9
+ Update action versions for github workflows.
10
+
7
11
## [ 1.0.20] - 2023-08-28
8
12
### Fixes
9
13
Removes workaround for 404 sarif schema uri
You can’t perform that action at this time.
0 commit comments