Skip to content

Commit

Permalink
Update Actions and runners (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
maj113 authored Sep 12, 2023
1 parent 1e79b24 commit 3c9f46a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
Check-Changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
# Install .NET and DocFx
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Install docfx
Expand All @@ -45,7 +45,7 @@ jobs:
run: docfx docfx_project/docfx.json
# Upload constructed site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: 'docfx_project/_site'
# deploy to GitHub Pages
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.21] - 2023-09-11
### Dependencies
Update action versions for github workflows.

## [1.0.20] - 2023-08-28
### Fixes
Removes workaround for 404 sarif schema uri
Expand Down

0 comments on commit 3c9f46a

Please sign in to comment.