From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:33:37 +0000 (+0000) Subject: build(deps): bump actions/checkout from 1 to 5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28af8ed133ff15d50b5e2d644c6617d0a3e17033;p=thirdparty%2Futil-linux.git build(deps): bump actions/checkout from 1 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 5. - [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/v1...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 3e0f81c30..f4f28e631 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -34,7 +34,7 @@ jobs: env: ${{ matrix.env }} steps: - name: Repository checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure @@ -64,7 +64,7 @@ jobs: COVERAGE: yes steps: - name: Repository checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure & Make @@ -89,7 +89,7 @@ jobs: SANITIZE: no steps: - name: Repository checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Meson configure @@ -110,7 +110,7 @@ jobs: TRANSLATE_MANPAGES: yes steps: - name: Repository checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure @@ -135,7 +135,7 @@ jobs: image: ${{ matrix.image }} steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v5 - name: Ubuntu setup run: .github/workflows/cibuild-setup-ubuntu.sh - name: Configure @@ -162,7 +162,7 @@ jobs: - arch: armv7 steps: - name: Repository checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: uraimo/run-on-arch-action@v3 with: arch: ${{ matrix.arch }} @@ -217,7 +217,7 @@ jobs: COMPILER: none steps: - name: Repository checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: OpenWrt environment diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9e2a2013e..223111611 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 74a69e5ee..c4593ad06 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -18,7 +18,7 @@ jobs: COVERITY_SCAN_TOKEN: "${{ secrets.COVERITY_SCAN_TOKEN }}" steps: - name: Repository checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index f189034cd..e524a1173 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Repository checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0