Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pguyot committed Sep 5, 2023
1 parent c1cc330 commit 98b8d5a
Show file tree
Hide file tree
Showing 34 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bullseye.7z
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-armv6l.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu: arm1176
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-armv7l.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu: cortex-a8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
copy_artifact_path: artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- raspi_4_bookworm:20230612
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: ${{ matrix.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-bind_mount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
bind_mount_repository: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test_cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
id: cache
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-cpu_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test_zero_w:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_zero_w
Expand All @@ -27,7 +27,7 @@ jobs:
test_3b:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_3b
Expand All @@ -43,7 +43,7 @@ jobs:
test_zero2_w:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_zero2_w
Expand All @@ -59,7 +59,7 @@ jobs:
test_zero2_w_arm64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_zero2_w_arm64
Expand All @@ -75,7 +75,7 @@ jobs:
test_4b:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_4b
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-custom-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build_debian_bullseye:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://raspi.debian.net/tested/20220121_raspi_1_bullseye.img.xz
Expand All @@ -22,7 +22,7 @@ jobs:
build_ubuntu_23_04:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://cdimage.ubuntu.com/releases/23.04/release/ubuntu-23.04-preinstalled-server-arm64+raspi.img.xz
Expand All @@ -33,7 +33,7 @@ jobs:
localhost_file_uri:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
wget https://raspi.debian.net/tested/20220121_raspi_1_bullseye.img.xz
- uses: ./ # pguyot/arm-runner-action@HEAD
Expand All @@ -46,7 +46,7 @@ jobs:
file_uri:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
wget https://raspi.debian.net/tested/20220121_raspi_1_bullseye.img.xz
- uses: ./ # pguyot/arm-runner-action@HEAD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-debug-off.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
debug: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-debug-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
debug: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-default-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- base_image: raspios_lite_arm64:latest
arch: aarch64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: ${{ matrix.base_image }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-environment_variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
test_chroot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
[ -n "${CI}" ] && [ -n "${GITHUB_JOB}" ]
test_systemd_nspawn:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
use_systemd_nspawn: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-exit_on_fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
exit_on_fail: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-export_github_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
export_github_env: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-globbed-artifacts-with-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
copy_artifact_path: "*.ext"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-globbed-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
copy_artifact_path: "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gpt-partition-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://github.com/radxa/rock-pi-s-images-released/releases/download/rock-pi-s-v20210924/rockpis_debian_buster_server_arm64_20210924_0412-gpt.img.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gzip_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://github.com/radxa/rock-pi-s-images-released/releases/download/rock-pi-s-v20210924/rockpis_debian_buster_server_arm64_20210924_0412-gpt.img.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-import_github_env-bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- run: |
echo "VARNAME=value" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
import_github_env: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-import_github_env-ksh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- run: |
echo "VARNAME=value" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
import_github_env: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-import_github_env-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- run: |
echo "VARNAME=value" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
shell: sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-import_github_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- run: |
echo "VARNAME=value" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
import_github_env: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cpu: cortex-a53
base_image: raspios_lite_arm64:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: ${{ matrix.base_image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-multiple-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
copy_artifact_path: artifact1;artifact2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-optimize_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
imgsize: ${{ steps.compress.outputs.imgsize }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
id: optimized
with:
Expand All @@ -33,7 +33,7 @@ jobs:
outputs:
imgsize: ${{ steps.compress.outputs.imgsize }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
id: unoptimized
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-partitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://developer.nvidia.com/embedded/l4t/r32_release_v7.1/jp_4.6.1_b110_sd_card/jetson_xavier_nx/jetson-nx-jp461-sd-card-image.zip
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build_ksh93:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
shell: ksh93
Expand All @@ -22,7 +22,7 @@ jobs:
build_options_full_path:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
shell: /bin/bash -o pipefail
Expand All @@ -31,7 +31,7 @@ jobs:
build_options_not_full_path:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
shell: bash -o pipefail
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-successive-invocations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-sudo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
Expand Down

0 comments on commit 98b8d5a

Please sign in to comment.