From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:37:22 +0000 (+0000) Subject: Bump actions/checkout from 5 to 6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aaae6de8a6d2ae5f281f23758a586d819a46327;p=thirdparty%2Fcups.git 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] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25496ae26c..0cbbdfe6df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout CUPS sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Show Ubuntu version run: cat /etc/os-release | grep PRETTY_NAME | awk -F '=' '{print $2}' - name: Update build environment @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout CUPS sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Show Ubuntu version run: cat /etc/os-release | grep PRETTY_NAME | awk -F '=' '{print $2}' - name: Update build environment @@ -81,7 +81,7 @@ jobs: steps: - name: Checkout CUPS sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install prerequisites run: brew install cppcheck libjpeg libpng libusb openssl@3 - name: Configure CUPS @@ -108,7 +108,7 @@ jobs: steps: - name: Checkout CUPS sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Configure CUPS uses: microsoft/setup-msbuild@v2.0.0 - name: Install prerequisites diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cf079c6fbe..83bf493407 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: update build environment run: sudo apt-get update --fix-missing -y diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 9f9832eaa2..9a2db87e9c 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest environment: Coverity steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: update build environment run: sudo apt-get update --fix-missing -y - name: install prerequisites