Skip to content

Commit 5f4d459

Browse files
authored
ci: bump actions/checkout from 3 to 4, actions/github-script from 6 to 7 and microsoft/setup-msbuild from 1 to 2 (#4811)
Bump a couple of Actions to avoid the Node.js 16 deprecation warnings.
2 parents 5cff971 + 49981fa commit 5f4d459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
6464
- name: skip if the commit or tree was already tested
6565
id: skip-if-redundant
66-
uses: actions/github-script@v6
66+
uses: actions/github-script@v7
6767
if: steps.check-ref.outputs.enabled == 'yes'
6868
with:
6969
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -189,7 +189,7 @@ jobs:
189189
repository: git/git
190190
definitionId: 9
191191
- name: add msbuild to PATH
192-
uses: microsoft/setup-msbuild@v1
192+
uses: microsoft/setup-msbuild@v2
193193
- name: copy dlls to root
194194
shell: cmd
195195
run: compat\vcbuild\vcpkg_copy_dlls.bat release ${{ matrix.arch }}-windows
@@ -316,7 +316,7 @@ jobs:
316316
CC: clang
317317
runs-on: ubuntu-latest
318318
steps:
319-
- uses: actions/checkout@v3
319+
- uses: actions/checkout@v4
320320
- run: ci/install-dependencies.sh
321321
- run: ci/run-build-and-minimal-fuzzers.sh
322322
dockerized:

0 commit comments

Comments
 (0)