Skip to content

Commit

Permalink
Use the version param
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 22, 2025
1 parent cb00a6a commit d379601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: ${{ inputs.dotnet_version }}

- name: Install testing dependencies from pip
run: python3 -m pip install passlib cryptography numpy
Expand Down

0 comments on commit d379601

Please sign in to comment.