Skip to content

Commit 7e0789d

Browse files
authored
build(deps): bump actions/checkout from 3 to 4 (#4796)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
2 parents f62abac + 5ffe915 commit 7e0789d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/check-whitespace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
check-whitespace:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/clangarm64-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
NO_PERL: 1
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: git-for-windows/setup-git-for-windows-sdk@v1
1818
with:
1919
flavor: makepkg-git

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
COVERITY_LANGUAGE: cxx
3939
COVERITY_PLATFORM: overridden-below
4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
- name: install minimal Git for Windows SDK
4343
if: contains(matrix.os, 'windows')
4444
uses: git-for-windows/setup-git-for-windows-sdk@v1

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
group: windows-build-${{ github.ref }}
113113
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
114114
steps:
115-
- uses: actions/checkout@v3
115+
- uses: actions/checkout@v4
116116
- uses: git-for-windows/setup-git-for-windows-sdk@v1
117117
- name: build
118118
shell: bash
@@ -176,10 +176,10 @@ jobs:
176176
group: vs-build-${{ github.ref }}-${{ matrix.arch }}
177177
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
178178
steps:
179-
- uses: actions/checkout@v3
179+
- uses: actions/checkout@v4
180180
- uses: git-for-windows/setup-git-for-windows-sdk@v1
181181
- name: initialize vcpkg
182-
uses: actions/checkout@v3
182+
uses: actions/checkout@v4
183183
with:
184184
repository: 'microsoft/vcpkg'
185185
path: 'compat/vcbuild/vcpkg'
@@ -296,7 +296,7 @@ jobs:
296296
runs_on_pool: ${{matrix.vector.pool}}
297297
runs-on: ${{matrix.vector.pool}}
298298
steps:
299-
- uses: actions/checkout@v3
299+
- uses: actions/checkout@v4
300300
- run: ci/install-dependencies.sh
301301
- run: ci/run-build-and-tests.sh
302302
- name: print test failures
@@ -330,7 +330,7 @@ jobs:
330330
runs-on: ubuntu-latest
331331
container: ${{matrix.vector.image}}
332332
steps:
333-
- uses: actions/checkout@v3
333+
- uses: actions/checkout@v4
334334
if: matrix.vector.jobname != 'linux32'
335335
- uses: actions/checkout@v1
336336
if: matrix.vector.jobname == 'linux32'
@@ -361,7 +361,7 @@ jobs:
361361
group: static-analysis-${{ github.ref }}
362362
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
363363
steps:
364-
- uses: actions/checkout@v3
364+
- uses: actions/checkout@v4
365365
- run: ci/install-dependencies.sh
366366
- run: ci/run-static-analysis.sh
367367
- run: ci/check-directional-formatting.bash
@@ -384,7 +384,7 @@ jobs:
384384
artifact: sparse-20.04
385385
- name: Install the current `sparse` package
386386
run: sudo dpkg -i sparse-20.04/sparse_*.deb
387-
- uses: actions/checkout@v3
387+
- uses: actions/checkout@v4
388388
- name: Install other dependencies
389389
run: ci/install-dependencies.sh
390390
- run: make sparse
@@ -399,6 +399,6 @@ jobs:
399399
jobname: Documentation
400400
runs-on: ubuntu-latest
401401
steps:
402-
- uses: actions/checkout@v3
402+
- uses: actions/checkout@v4
403403
- run: ci/install-dependencies.sh
404404
- run: ci/test-documentation.sh

.github/workflows/nano-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
IMAGE: mcr.microsoft.com/powershell:nanoserver-ltsc2022
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: git-for-windows/setup-git-for-windows-sdk@v1
1919
- name: build Git
2020
shell: bash

0 commit comments

Comments
 (0)