From 8977fd6fdc8b7c0c1d4f872cadb6cabffd807501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 14:21:11 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90863d7..d542a0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run shellcheck run: ./build-single-executable aws-micro-release && shellcheck aws-micro-release test-on-vm: @@ -21,7 +21,7 @@ jobs: os: [ubuntu-24.04, ubuntu-22.04, macos-26, macos-15, macos-14] steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install BATS run: "[[ -f /home/linuxbrew/.linuxbrew/bin/brew ]] && eval \"$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)\" || true ; [[ -f /usr/local/bin/bats ]] && brew unlink bats || true ; brew install bats-core" - name: Run BATS tests @@ -34,7 +34,7 @@ jobs: container: ["ubuntu:rolling", "ubuntu:24.04", "ubuntu:22.04", "debian:unstable-slim", "debian:13-slim", "debian:12-slim", "debian:11-slim"] steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install dependencies and BATS run: "apt-get update && apt-get install -y openssl curl file bats xxd" - name: Run BATS tests @@ -47,7 +47,7 @@ jobs: container: ["alpine:edge", "alpine:3.23", "alpine:3.22", "alpine:3.21", "alpine:3.20"] steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install dependencies and BATS run: "apk add --no-cache bash openssl curl file bats" - name: Run BATS tests @@ -67,6 +67,6 @@ jobs: curl -L https://kojipkgs.fedoraproject.org//packages/bats/1.7.0/2.fc37/noarch/bats-1.7.0-2.fc37.noarch.rpm -o /tmp/bats.rpm && \ rpm -i /tmp/parallel.rpm /tmp/bats.rpm - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run BATS tests run: bats tests/