From af6bce63a9b61970f2647c70beb9023b131798bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 07:22:34 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [HardNorth/github-version-generate](https://github.com/hardnorth/github-version-generate) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `HardNorth/github-version-generate` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/hardnorth/github-version-generate/releases) - [Changelog](https://github.com/HardNorth/github-version-generate/blob/develop/CHANGELOG.md) - [Commits](https://github.com/hardnorth/github-version-generate/compare/v1.4.0...v1.4.1) Updates `actions/cache` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: HardNorth/github-version-generate dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/backfill-ci.yaml | 8 ++++---- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/publish.yml | 2 +- .github/workflows/release.yaml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/backfill-ci.yaml b/.github/workflows/backfill-ci.yaml index 8da4844e..a609fe0b 100644 --- a/.github/workflows/backfill-ci.yaml +++ b/.github/workflows/backfill-ci.yaml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 90 name: Build steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build project env: DSE_REPO_USERNAME: ${{ secrets.DSE_REPO_USERNAME }} @@ -46,7 +46,7 @@ jobs: pulsarImage: ['datastax/lunastreaming:2.10_3.4', 'apachepulsar/pulsar:2.10.3', 'apachepulsar/pulsar:2.11.0'] cassandraFamily: ['c3', 'c4', 'dse4'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK ${{ matrix.jdk }} uses: actions/setup-java@v5 with: @@ -54,14 +54,14 @@ jobs: distribution: 'adopt' - name: Get project version - uses: HardNorth/github-version-generate@v1.4.0 + uses: HardNorth/github-version-generate@v1.4.1 with: version-source: file version-file: gradle.properties version-file-extraction-pattern: '(?<=version=).+' - name: Cache Docker layers - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 308718fd..b0a92af2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 90 name: Build steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build project env: DSE_REPO_USERNAME: ${{ secrets.DSE_REPO_USERNAME }} @@ -46,7 +46,7 @@ jobs: jdk: ['11', '17'] pulsarImage: ['datastax/lunastreaming:2.10_3.4', 'apachepulsar/pulsar:2.10.3', 'apachepulsar/pulsar:2.11.0'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK ${{ matrix.jdk }} uses: actions/setup-java@v5 with: @@ -54,14 +54,14 @@ jobs: distribution: 'adopt' - name: Get project version - uses: HardNorth/github-version-generate@v1.4.0 + uses: HardNorth/github-version-generate@v1.4.1 with: version-source: file version-file: gradle.properties version-file-extraction-pattern: '(?<=version=).+' - name: Cache Docker layers - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e1613322..653671af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK 11 uses: actions/setup-java@v5 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 58307a24..ec783e11 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 11 uses: actions/setup-java@v5 with: @@ -17,7 +17,7 @@ jobs: distribution: 'adopt' - name: Get project version - uses: HardNorth/github-version-generate@v1.4.0 + uses: HardNorth/github-version-generate@v1.4.1 with: version-source: file version-file: gradle.properties