Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump actions/checkout #58

Merged
merged 2 commits into from
Oct 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
copy_artifact_path: artifact
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@v2
- uses: actions/checkout@v3
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
bind_mount_repository: true
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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_4b
Expand Down
4 changes: 2 additions & 2 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@v2
- uses: actions/checkout@v3
- 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_22_04:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://cdimage.ubuntu.com/releases/22.04.1/release/ubuntu-22.04.1-preinstalled-server-arm64+raspi.img.xz
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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: ${{ matrix.base_image }}
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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- 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@v2
- uses: actions/checkout@v3
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-systemd-nspawn.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@v2
- uses: actions/checkout@v3
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
use_systemd_nspawn: true
Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- run: |
echo "IMPORTED_VAR=value" >> $GITHUB_ENV
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
import_github_env: true
Expand Down