Skip to content

Commit 3c9f46a

Browse files
authored
Update Actions and runners (#585)
1 parent 1e79b24 commit 3c9f46a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
Check-Changelog:
1010
name: Check Changelog Action
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: tarides/changelog-check-action@v2
1414
with:

.github/workflows/publish-api-docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v3
3636
# Install .NET and DocFx
3737
- name: Setup .NET Core
38-
uses: actions/setup-dotnet@v1
38+
uses: actions/setup-dotnet@v3
3939
with:
4040
dotnet-version: '7.0.x'
4141
- name: Install docfx
@@ -45,7 +45,7 @@ jobs:
4545
run: docfx docfx_project/docfx.json
4646
# Upload constructed site
4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v1
48+
uses: actions/upload-pages-artifact@v2
4949
with:
5050
path: 'docfx_project/_site'
5151
# deploy to GitHub Pages

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.21] - 2023-09-11
8+
### Dependencies
9+
Update action versions for github workflows.
10+
711
## [1.0.20] - 2023-08-28
812
### Fixes
913
Removes workaround for 404 sarif schema uri

0 commit comments

Comments
 (0)