Skip to content

Commit

Permalink
Target specific gh action versions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbartholomeusz authored Oct 23, 2023
1 parent 85d8071 commit 988b83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:

jobs:
test:
uses: sbartholomeusz/gh-actions-common/.github/workflows/dotnet-test.yml@main
uses: sbartholomeusz/gh-actions-common/.github/workflows/dotnet-test.yml@v1
with:
dotnet_version: '3.1.x'
path: './src/Canary.sln'
Expand Down

0 comments on commit 988b83b

Please sign in to comment.