Skip to content

Commit

Permalink
ci: update the nuget/setup-nuget Action in the custom Actions
Browse files Browse the repository at this point in the history
Git for Windows' automation has a couple of custom, composite Actions.
Naturally, Dependabot has no idea about those and could not help us
avoid those `Node.js 16 Actions are deprecated` warnings there, so let's
do it manually. This trick was performed via:

  f() {
    sed -i 's|\('"$1"'@v\)[0-9]*|\1'"$2"'|g' $(git grep -l "$1"@v)
  }
  f nuget/setup-nuget 2

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Feb 10, 2024
1 parent cf4e052 commit 945b434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/nuget-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
${{ inputs.git_artifacts_x86_64_workflow_run_id }},
'nuget-x86_64'
)
- uses: nuget/setup-nuget@v1
- uses: nuget/setup-nuget@v2
- name: Upload NuGet packages
shell: bash
run: |
Expand Down

0 comments on commit 945b434

Please sign in to comment.