From ce0e27de123bb6ab189144483baea9d9100bd2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:03:54 +0000 Subject: [PATCH] Bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache), [reviewdog/action-setup](https://github.com/reviewdog/action-setup) and [actions/github-script](https://github.com/actions/github-script). Updates `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) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) Updates `reviewdog/action-setup` from 1.3.2 to 1.5.0 - [Release notes](https://github.com/reviewdog/action-setup/releases) - [Commits](https://github.com/reviewdog/action-setup/compare/e04ffabe3898a0af8d0fb1af00c188831c4b5893...d8a7baabd7f3e8544ee4dbde3ee41d0011c3a93f) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: reviewdog/action-setup dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 36 ++++++++++++------------ .github/workflows/pre-commit-warmup.yaml | 4 +-- .github/workflows/release.yaml | 8 +++--- .github/workflows/ubuntu-test.yaml | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 60af766..4705e27 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,12 +24,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -39,7 +39,7 @@ jobs: pip install --no-cache-dir pre-commit - name: Setup Reviewdog binary - uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2 + uses: reviewdog/action-setup@d8a7baabd7f3e8544ee4dbde3ee41d0011c3a93f # v1.5.0 with: reviewdog_version: latest @@ -101,12 +101,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -116,7 +116,7 @@ jobs: pip install --no-cache-dir pre-commit - name: Setup Reviewdog binary - uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2 + uses: reviewdog/action-setup@d8a7baabd7f3e8544ee4dbde3ee41d0011c3a93f # v1.5.0 with: reviewdog_version: latest @@ -164,12 +164,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -178,7 +178,7 @@ jobs: run: pip install --no-cache-dir pre-commit - name: Setup Reviewdog binary - uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2 + uses: reviewdog/action-setup@d8a7baabd7f3e8544ee4dbde3ee41d0011c3a93f # v1.5.0 with: reviewdog_version: latest @@ -222,12 +222,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -236,7 +236,7 @@ jobs: run: pip install --no-cache-dir pre-commit - name: Setup Reviewdog binary - uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2 + uses: reviewdog/action-setup@d8a7baabd7f3e8544ee4dbde3ee41d0011c3a93f # v1.5.0 with: reviewdog_version: latest @@ -282,12 +282,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -300,7 +300,7 @@ jobs: pip install --no-cache-dir pre-commit - name: Setup Reviewdog binary - uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2 + uses: reviewdog/action-setup@d8a7baabd7f3e8544ee4dbde3ee41d0011c3a93f # v1.5.0 with: reviewdog_version: latest @@ -368,12 +368,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -382,7 +382,7 @@ jobs: run: pip install --no-cache-dir pre-commit - name: Setup Reviewdog binary - uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2 + uses: reviewdog/action-setup@d8a7baabd7f3e8544ee4dbde3ee41d0011c3a93f # v1.5.0 with: reviewdog_version: latest diff --git a/.github/workflows/pre-commit-warmup.yaml b/.github/workflows/pre-commit-warmup.yaml index fee1b01..7342847 100644 --- a/.github/workflows/pre-commit-warmup.yaml +++ b/.github/workflows/pre-commit-warmup.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -28,7 +28,7 @@ jobs: - name: Cache pre-commit id: precommit - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 59ad908..784f61f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,10 +17,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Create release tag - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -32,7 +32,7 @@ jobs: }) - name: Workaround to fetch the tag # Is there a better way to do it? - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -46,7 +46,7 @@ jobs: - name: Delete release tag if: ${{ failure() || cancelled() }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/ubuntu-test.yaml b/.github/workflows/ubuntu-test.yaml index bb268ff..629cdfb 100644 --- a/.github/workflows/ubuntu-test.yaml +++ b/.github/workflows/ubuntu-test.yaml @@ -75,7 +75,7 @@ jobs: sudo apt-get install -y ubuntu-desktop-minimal - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install ansible from PPA run: |