Skip to content

Commit

Permalink
Use SHA rather than tag for GitHub Actions ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Mar 18, 2024
1 parent ba7db05 commit 8fe98b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci+cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0 # fetch full history for GitVersion

- name: Setup .NET
uses: actions/[email protected]
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: |
6.0.x
Expand Down

0 comments on commit 8fe98b5

Please sign in to comment.