Skip to content

Commit

Permalink
Merge branch 'master' into analyzer-basics
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Dec 27, 2023
2 parents f5a3097 + cf2ba49 commit 3bff133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4.1.1
with:
lfs: true
fetch-depth: 0

- name: "Install .NET SDK"
uses: actions/setup-dotnet@v2.1.0
uses: actions/setup-dotnet@v4.0.0
with:
global-json-file: "./global.json"

Expand Down

0 comments on commit 3bff133

Please sign in to comment.