Skip to content

Commit

Permalink
ci: bump actions/checkout from 3 to 4, actions/github-script from 6 t…
Browse files Browse the repository at this point in the history
…o 7 and microsoft/setup-msbuild from 1 to 2 (#4811)

Bump a couple of Actions to avoid the Node.js 16 deprecation warnings.
  • Loading branch information
dscho committed Feb 13, 2024
2 parents 02784e7 + ccd94a7 commit 1a73395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
- name: skip if the commit or tree was already tested
id: skip-if-redundant
uses: actions/github-script@v6
uses: actions/github-script@v7
if: steps.check-ref.outputs.enabled == 'yes'
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
repository: git/git
definitionId: 9
- name: add msbuild to PATH
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2
- name: copy dlls to root
shell: cmd
run: compat\vcbuild\vcpkg_copy_dlls.bat release ${{ matrix.arch }}-windows
Expand Down

0 comments on commit 1a73395

Please sign in to comment.