Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#3588)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
1 parent 2880eff commit 8b68ec0
Show file tree
Hide file tree
Showing 49 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-armv7-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
android-armv7:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build
run: |
mkdir build && cd build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-armv7-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
android-armv7-gpu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-armv8-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
android-aarch64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build
run: |
mkdir build && cd build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-armv8-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
android-aarch64-gpu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: build
Expand All @@ -54,7 +54,7 @@ jobs:
android-aarch64-gpu-ndk-r16b:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: ndk-r16b
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-x64-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
android-x86_64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build
run: |
mkdir build && cd build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-x64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
android-x86_64-gpu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-x86-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
android-x86:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build
run: |
mkdir build && cd build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-x86-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
android-x86-gpu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
code-format:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-clang-format
id: cache-clang-format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/elf-riscv32-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
newlib-rv32imc-gcc:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-riscv
id: cache-riscv
Expand All @@ -46,7 +46,7 @@ jobs:
- name: checkout-riscv-gnu-toolchain
if: steps.cache-riscv.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: riscv/riscv-gnu-toolchain
path: riscv-gnu-toolchain
Expand All @@ -70,7 +70,7 @@ jobs:
- name: checkout-riscv-pk
if: steps.cache-riscv.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: riscv/riscv-pk
path: riscv-pk
Expand All @@ -88,7 +88,7 @@ jobs:
- name: checkout-riscv-isa-sim
if: steps.cache-riscv.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: riscv/riscv-isa-sim
path: riscv-isa-sim
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/elf-riscv64-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
newlib-rv64gc-gcc:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-riscv
id: cache-riscv
Expand All @@ -46,7 +46,7 @@ jobs:
- name: checkout-riscv-gnu-toolchain
if: steps.cache-riscv.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: riscv/riscv-gnu-toolchain
path: riscv-gnu-toolchain
Expand All @@ -71,7 +71,7 @@ jobs:
- name: checkout-riscv-pk
if: steps.cache-riscv.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: riscv/riscv-pk
path: riscv-pk
Expand All @@ -89,7 +89,7 @@ jobs:
- name: checkout-riscv-isa-sim
if: steps.cache-riscv.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: riscv/riscv-isa-sim
path: riscv-isa-sim
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-arm64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ios-iphone-os-gpu:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: cache-openmp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ios-iphone-os:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: cache-openmp
id: cache-openmp
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ios-iphone-simulator:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: cache-openmp
id: cache-openmp
uses: actions/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linux-aarch64-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
linux-gcc:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-qemu
id: cache-qemu
Expand All @@ -39,7 +39,7 @@ jobs:
key: qemu-aarch64-install-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: qemu/qemu
path: qemu
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
linux-gcc-arm82:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-qemu
id: cache-qemu
Expand All @@ -93,7 +93,7 @@ jobs:
key: qemu-aarch64-install-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: qemu/qemu
path: qemu
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/linux-arm-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
linux-gcc-arm:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-qemu
id: cache-qemu
Expand All @@ -41,7 +41,7 @@ jobs:
key: qemu-arm-install-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: qemu/qemu
path: qemu
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
linux-gcc-armhf:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-qemu
id: cache-qemu
Expand All @@ -95,7 +95,7 @@ jobs:
key: qemu-arm-install-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: qemu/qemu
path: qemu
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
linux-gcc-armhf-vfpv3-d16:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-qemu
id: cache-qemu
Expand All @@ -149,7 +149,7 @@ jobs:
key: qemu-arm-install-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: qemu/qemu
path: qemu
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linux-mips-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
linux-gcc-mipsel:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-qemu
id: cache-qemu
Expand All @@ -41,7 +41,7 @@ jobs:
key: qemu-mipsel-install-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: qemu/qemu
path: qemu
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
linux-gcc-mipsisa32r6el:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-qemu
id: cache-qemu
Expand All @@ -84,7 +84,7 @@ jobs:
key: qemu-mipsel-install-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: qemu/qemu
path: qemu
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linux-mips64-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
linux-gcc-mips64el:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-qemu
id: cache-qemu
Expand All @@ -41,7 +41,7 @@ jobs:
key: qemu-mips64el-install-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: qemu/qemu
path: qemu
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
linux-gcc-mipsisa64r6el:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-qemu
id: cache-qemu
Expand All @@ -84,7 +84,7 @@ jobs:
key: qemu-mips64el-install-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: qemu/qemu
path: qemu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-ppc64-cpu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
linux-gcc-ppc64le:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache-qemu
id: cache-qemu
Expand All @@ -37,7 +37,7 @@ jobs:
key: qemu-ppc64le-install-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: qemu/qemu
path: qemu
Expand Down
Loading

0 comments on commit 8b68ec0

Please sign in to comment.