diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2e498487f..d75af8a5b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -31,7 +31,7 @@ jobs: run: | sudo apt-get update && sudo apt-get --no-install-recommends install -y gnuplot pip install numpy - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Prepare directories run: mkdir "${BENCHMARK_RESULT_DIR}" "${BENCHMARK_LOG_DIR}" - name: Get instance information diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 439be6520..9688ac8de 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run integration test run: make integration @@ -36,7 +36,7 @@ jobs: steps: - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run test for optimize subcommand of ctr-remote run: make test-optimize @@ -46,7 +46,7 @@ jobs: steps: - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run test for pulling image from private registry on Kubernetes run: make test-kind @@ -56,7 +56,7 @@ jobs: steps: - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run test for pulling image from private registry on Kubernetes run: make test-criauth @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-20.04 name: CRIValidationContainerd steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Varidate the runtime through CRI with containerd run: make test-cri-containerd @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-18.04 name: CRIValidationCRIO steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Varidate the runtime through CRI with CRI-O env: DOCKER_BUILD_ARGS: "--build-arg=RUNC_VERSION=v1.0.3" @@ -94,6 +94,6 @@ jobs: run: | sudo wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.9.3/yq_linux_amd64 sudo chmod +x /usr/local/bin/yq - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run test with k3s run: make test-k3s diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49daca8ea..73d4080aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: env: OUTPUT_DIR: ${{ github.workspace }}/out steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build Binary env: DOCKER_BUILDKIT: 1 @@ -46,7 +46,7 @@ jobs: env: OUTPUT_DIR: ${{ github.workspace }}/builds steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Download Builds uses: actions/download-artifact@v2 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b4096d824..ef1d4cd1b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 name: Build steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build all run: ./script/util/make.sh build -j2 @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-20.04 name: Test steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Test all run: ./script/util/make.sh test-all -j2 @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-20.04 name: Linter steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: '0' - name: Run Linter @@ -54,7 +54,7 @@ jobs: steps: - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run integration test env: DOCKER_BUILD_ARGS: ${{ matrix.buildargs }} @@ -72,7 +72,7 @@ jobs: steps: - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run test for optimize subcommand of ctr-remote env: DOCKER_BUILD_ARGS: ${{ matrix.buildargs }} @@ -92,7 +92,7 @@ jobs: steps: - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run test for pulling image from private registry on Kubernetes env: DOCKER_BUILD_ARGS: ${{ matrix.buildargs }} @@ -113,7 +113,7 @@ jobs: steps: - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run test for pulling image from private registry on Kubernetes with CRI keychain mode env: DOCKER_BUILD_ARGS: ${{ matrix.buildargs }} @@ -137,7 +137,7 @@ jobs: - metadata-store: "db" buildargs: "--build-arg=CONTAINERD_VERSION=main" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Validate containerd through CRI env: DOCKER_BUILD_ARGS: ${{ matrix.buildargs }} @@ -153,7 +153,7 @@ jobs: matrix: metadata-store: ["memory", "db"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Validate CRI-O through CRI env: DOCKER_BUILD_ARGS: "--build-arg=RUNC_VERSION=v1.0.3" @@ -176,7 +176,7 @@ jobs: run: | sudo wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.9.3/yq_linux_amd64 sudo chmod +x /usr/local/bin/yq - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run test with k3s run: make test-k3s @@ -198,7 +198,7 @@ jobs: gunzip argo-linux-amd64.gz sudo mv argo-linux-amd64 /usr/local/bin/argo sudo chmod +x /usr/local/bin/argo - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Prepare directories run: mkdir "${RESULT_DIR}" - name: Get instance information @@ -229,7 +229,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: '1.17.x' - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: path: src/github.com/containerd/stargz-snapshotter fetch-depth: 25