Skip to content

Commit

Permalink
Fix warning about using a deprecated Node.js 12 action
Browse files Browse the repository at this point in the history
  • Loading branch information
daehlith committed May 14, 2023
1 parent 950917f commit 688756a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install prerequisites
run: ${{ matrix.install_prereqs_cmd }}
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: "Setup NuGet Credentials"
run: >
${{ matrix.mono }} `$VCPKG_INSTALLATION_ROOT/vcpkg fetch nuget | tail -n 1`
Expand Down

0 comments on commit 688756a

Please sign in to comment.