Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/nuget/Microsoft.NET.Test.Sdk-17…
Browse files Browse the repository at this point in the history
….10.0
  • Loading branch information
ondfisk authored Jun 5, 2024
2 parents 4b57c09 + 94d4c69 commit 2c5aa83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Setup
uses: actions/setup-dotnet@v1.9.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.x

Expand All @@ -53,7 +53,7 @@ jobs:
image: corentinaltepe/doxygen

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Install GraphViz
run: apk update && apk add graphviz font-bitstream-type1 ghostscript-fonts
Expand Down

0 comments on commit 2c5aa83

Please sign in to comment.