Skip to content

Commit

Permalink
Merge pull request #1010 from icsharpcode/christophwille/106
Browse files Browse the repository at this point in the history
Specifically use 1.0.6 action that is using node 16
  • Loading branch information
christophwille authored May 5, 2023
2 parents 6c7d7de + 33aae6a commit d4f7977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

- name: Update project version
uses: roryprimrose/set-vs-sdk-project-version@v1
uses: roryprimrose/set-vs-sdk-project-version@v1.0.6
with:
projectFilter: 'Directory.Build.props'
version: ${{ env.BuildVersion }}.${{ github.run_number }}
Expand Down

0 comments on commit d4f7977

Please sign in to comment.