Skip to content

Commit

Permalink
refactor: Simplify versions in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Apr 10, 2024
1 parent bb46bf2 commit 8fb5ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4

- uses: actions/setup-dotnet@v4.0.0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
Expand Down

0 comments on commit 8fb5ae2

Please sign in to comment.