From 81f08ba36509ddb2bb1bf35b39930a239ca544e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:57:14 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/coverage.yml | 2 +- .github/workflows/dragonflybsd-6.4.yml | 2 +- .github/workflows/freebsd-12.yml | 2 +- .github/workflows/freebsd-13.yml | 2 +- .github/workflows/freebsd-14.yml | 2 +- .github/workflows/macos-brew.yml | 2 +- .github/workflows/macos-monterey.yml | 2 +- .github/workflows/macos-sonoma.yml | 2 +- .github/workflows/macos-ventura.yml | 2 +- .github/workflows/netbsd-10.yml | 2 +- .github/workflows/netbsd-9.yml | 2 +- .github/workflows/openbsd7.3.yml | 2 +- .github/workflows/openbsd7.4.yml | 2 +- .github/workflows/openbsd7.5.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/solaris-11.4.yml | 2 +- .github/workflows/static.yml | 2 +- .github/workflows/ubuntu-focal.yml | 2 +- .github/workflows/ubuntu-jammy.yml | 2 +- .github/workflows/ubuntu-noble.yml | 2 +- .github/workflows/windows-busybox.yml | 2 +- .github/workflows/windows-cygwin.yml | 2 +- .github/workflows/windows-gitbash.yml | 2 +- .github/workflows/windows-msys.yml | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e5b9c234..319b96c9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,7 +12,7 @@ jobs: github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'ci skip') steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: sudo apt-get update - name: Install packages run: sudo apt-get install -y bash kcov diff --git a/.github/workflows/dragonflybsd-6.4.yml b/.github/workflows/dragonflybsd-6.4.yml index 62950f67..34fc5c9b 100644 --- a/.github/workflows/dragonflybsd-6.4.yml +++ b/.github/workflows/dragonflybsd-6.4.yml @@ -15,7 +15,7 @@ jobs: - {shell: sh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: vmactions/dragonflybsd-vm@v1 with: usesh: true diff --git a/.github/workflows/freebsd-12.yml b/.github/workflows/freebsd-12.yml index 8d2b70f3..baf4076e 100644 --- a/.github/workflows/freebsd-12.yml +++ b/.github/workflows/freebsd-12.yml @@ -15,7 +15,7 @@ jobs: - {shell: sh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: vmactions/freebsd-vm@v1 with: usesh: true diff --git a/.github/workflows/freebsd-13.yml b/.github/workflows/freebsd-13.yml index 61f95d78..88b71c28 100644 --- a/.github/workflows/freebsd-13.yml +++ b/.github/workflows/freebsd-13.yml @@ -15,7 +15,7 @@ jobs: - {shell: sh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: vmactions/freebsd-vm@v1 with: usesh: true diff --git a/.github/workflows/freebsd-14.yml b/.github/workflows/freebsd-14.yml index 30a01ef8..4c48cdcc 100644 --- a/.github/workflows/freebsd-14.yml +++ b/.github/workflows/freebsd-14.yml @@ -15,7 +15,7 @@ jobs: - {shell: sh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: vmactions/freebsd-vm@v1 with: usesh: true diff --git a/.github/workflows/macos-brew.yml b/.github/workflows/macos-brew.yml index 1c2d8537..fb844312 100644 --- a/.github/workflows/macos-brew.yml +++ b/.github/workflows/macos-brew.yml @@ -20,7 +20,7 @@ jobs: - {shell: zsh, package: zsh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: brew upgrade - run: brew install ${{ matrix.shells.package }} - run: ${{ matrix.shells.shell }} ./shellspec --shell "${{ matrix.shells.shell }}" --task fixture:stat:prepare diff --git a/.github/workflows/macos-monterey.yml b/.github/workflows/macos-monterey.yml index 27032e12..4f595b71 100644 --- a/.github/workflows/macos-monterey.yml +++ b/.github/workflows/macos-monterey.yml @@ -19,6 +19,6 @@ jobs: - {shell: zsh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: ${{ matrix.shells.shell }} ./shellspec --shell "${{ matrix.shells.shell }}" --task fixture:stat:prepare - run: SH="${{ matrix.shells.shell }}" contrib/various_test.sh diff --git a/.github/workflows/macos-sonoma.yml b/.github/workflows/macos-sonoma.yml index 5d5e7d33..74a71757 100644 --- a/.github/workflows/macos-sonoma.yml +++ b/.github/workflows/macos-sonoma.yml @@ -19,6 +19,6 @@ jobs: - {shell: zsh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: ${{ matrix.shells.shell }} ./shellspec --shell "${{ matrix.shells.shell }}" --task fixture:stat:prepare - run: SH="${{ matrix.shells.shell }}" contrib/various_test.sh diff --git a/.github/workflows/macos-ventura.yml b/.github/workflows/macos-ventura.yml index e0fd8c7f..c85c9da6 100644 --- a/.github/workflows/macos-ventura.yml +++ b/.github/workflows/macos-ventura.yml @@ -19,6 +19,6 @@ jobs: - {shell: zsh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: ${{ matrix.shells.shell }} ./shellspec --shell "${{ matrix.shells.shell }}" --task fixture:stat:prepare - run: SH="${{ matrix.shells.shell }}" contrib/various_test.sh diff --git a/.github/workflows/netbsd-10.yml b/.github/workflows/netbsd-10.yml index 7ea3974d..d99d4050 100644 --- a/.github/workflows/netbsd-10.yml +++ b/.github/workflows/netbsd-10.yml @@ -16,7 +16,7 @@ jobs: - {shell: ksh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: vmactions/netbsd-vm@v1 with: usesh: true diff --git a/.github/workflows/netbsd-9.yml b/.github/workflows/netbsd-9.yml index 464e8821..a23d40fd 100644 --- a/.github/workflows/netbsd-9.yml +++ b/.github/workflows/netbsd-9.yml @@ -16,7 +16,7 @@ jobs: - {shell: ksh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: vmactions/netbsd-vm@v1 with: usesh: true diff --git a/.github/workflows/openbsd7.3.yml b/.github/workflows/openbsd7.3.yml index 0471a4f0..38660dc1 100644 --- a/.github/workflows/openbsd7.3.yml +++ b/.github/workflows/openbsd7.3.yml @@ -16,7 +16,7 @@ jobs: - {shell: ksh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: vmactions/openbsd-vm@v1 with: usesh: true diff --git a/.github/workflows/openbsd7.4.yml b/.github/workflows/openbsd7.4.yml index 2cdeaa80..d2636848 100644 --- a/.github/workflows/openbsd7.4.yml +++ b/.github/workflows/openbsd7.4.yml @@ -16,7 +16,7 @@ jobs: - {shell: ksh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: vmactions/openbsd-vm@v1 with: usesh: true diff --git a/.github/workflows/openbsd7.5.yml b/.github/workflows/openbsd7.5.yml index 38f3e78c..284b97b5 100644 --- a/.github/workflows/openbsd7.5.yml +++ b/.github/workflows/openbsd7.5.yml @@ -16,7 +16,7 @@ jobs: - {shell: ksh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: vmactions/openbsd-vm@v1 with: usesh: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 276d0d05..97889499 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Make dist archive run: make dist - name: Create release diff --git a/.github/workflows/solaris-11.4.yml b/.github/workflows/solaris-11.4.yml index deb6973e..6bc9fc80 100644 --- a/.github/workflows/solaris-11.4.yml +++ b/.github/workflows/solaris-11.4.yml @@ -20,7 +20,7 @@ jobs: - {shell: /usr/xpg4/bin/sh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: vmactions/solaris-vm@v1 with: usesh: true diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 65b2bd58..34ba8bd7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install packages run: | sudo apt-get update diff --git a/.github/workflows/ubuntu-focal.yml b/.github/workflows/ubuntu-focal.yml index a395b034..5a280285 100644 --- a/.github/workflows/ubuntu-focal.yml +++ b/.github/workflows/ubuntu-focal.yml @@ -22,7 +22,7 @@ jobs: - {shell: zsh, package: zsh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: sudo apt-get update - run: sudo apt-get install -y ${{ matrix.shells.package }} - run: sudo ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare diff --git a/.github/workflows/ubuntu-jammy.yml b/.github/workflows/ubuntu-jammy.yml index d2f298d7..972ca5a9 100644 --- a/.github/workflows/ubuntu-jammy.yml +++ b/.github/workflows/ubuntu-jammy.yml @@ -22,7 +22,7 @@ jobs: - {shell: zsh, package: zsh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: sudo apt-get update - run: sudo apt-get install -y ${{ matrix.shells.package }} - run: sudo ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare diff --git a/.github/workflows/ubuntu-noble.yml b/.github/workflows/ubuntu-noble.yml index e6f42061..800bf1e4 100644 --- a/.github/workflows/ubuntu-noble.yml +++ b/.github/workflows/ubuntu-noble.yml @@ -22,7 +22,7 @@ jobs: - {shell: zsh, package: zsh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: sudo apt-get update - run: sudo apt-get install -y ${{ matrix.shells.package }} - run: sudo ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare diff --git a/.github/workflows/windows-busybox.yml b/.github/workflows/windows-busybox.yml index f8a807b7..a3210d6b 100644 --- a/.github/workflows/windows-busybox.yml +++ b/.github/workflows/windows-busybox.yml @@ -22,7 +22,7 @@ jobs: - {shell: bash} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: choco install -y --no-progress busybox --version=5301.0 - run: busybox ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare - run: busybox ${{ matrix.shells.shell }} ./shellspec diff --git a/.github/workflows/windows-cygwin.yml b/.github/workflows/windows-cygwin.yml index 57ead3e1..ab996adf 100644 --- a/.github/workflows/windows-cygwin.yml +++ b/.github/workflows/windows-cygwin.yml @@ -26,7 +26,7 @@ jobs: - {shell: zsh, package: zsh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: choco install -y --no-progress cygwin cyg-get - run: cyg-get nc ${{ matrix.shells.package }} - run: cygcheck -c diff --git a/.github/workflows/windows-gitbash.yml b/.github/workflows/windows-gitbash.yml index 1f83cf2f..f7ba4675 100644 --- a/.github/workflows/windows-gitbash.yml +++ b/.github/workflows/windows-gitbash.yml @@ -22,6 +22,6 @@ jobs: - {shell: bash} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare - run: ${{ matrix.shells.shell }} ./shellspec diff --git a/.github/workflows/windows-msys.yml b/.github/workflows/windows-msys.yml index 3ee99e9b..5ea0765d 100644 --- a/.github/workflows/windows-msys.yml +++ b/.github/workflows/windows-msys.yml @@ -24,7 +24,7 @@ jobs: - {shell: zsh, package: zsh} fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: msys2/setup-msys2@v2 with: msystem: MINGW64