From 9e74c8238ca8806bf4be54b6e84cb97b9bd908db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:22:26 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docker.yml | 6 +++--- .github/workflows/lint.yml | 2 +- .github/workflows/proto-registry.yml | 2 +- .github/workflows/proto.yml | 4 ++-- .github/workflows/release.yml | 14 +++++++------- .github/workflows/sims.yml | 8 ++++---- .github/workflows/test.yml | 8 ++++---- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 0efe47a935..21d91fb27c 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -25,7 +25,7 @@ jobs: PR_TARGET: ${{ github.event.pull_request.base.ref }} steps: - name: Checkout PR Branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Depending on your needs, you can use a token that will re-trigger workflows # See https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b1fc495114..870484e790 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 06db6966cc..44f64197c1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -31,7 +31,7 @@ jobs: heighliner-docker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: docker/setup-buildx-action@v4 @@ -76,7 +76,7 @@ jobs: docker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: @@ -119,7 +119,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f2866b3c37..0afe88ef72 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: name: golangci-lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | diff --git a/.github/workflows/proto-registry.yml b/.github/workflows/proto-registry.yml index 949bf1784f..17d5b139bf 100644 --- a/.github/workflows/proto-registry.yml +++ b/.github/workflows/proto-registry.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Buf setup action uses: bufbuild/buf-setup-action@v1.50.0 - name: Buf push 'third_party/proto' diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 0542f6170b..32141316ce 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -24,7 +24,7 @@ jobs: name: Protobuf Checks steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup go @@ -80,7 +80,7 @@ jobs: name: Proto Format and Generation Check steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Go diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98419129b1..fc92d0526e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: name: Build OSX steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup go uses: actions/setup-go@v6 with: @@ -91,7 +91,7 @@ jobs: GOTOOLCHAIN: local steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup go uses: actions/setup-go@v6 with: @@ -119,7 +119,7 @@ jobs: name: Protobuf Push steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Buf setup action uses: bufbuild/buf-setup-action@v1.50.0 - name: Buf push 'proto/' @@ -137,7 +137,7 @@ jobs: name: Create Release steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create release ${{ needs.build_init.outputs.version }} uses: actions/create-release@v1 id: create_release @@ -161,7 +161,7 @@ jobs: name: Attach Release Artifacts steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup go uses: actions/setup-go@v6 with: @@ -224,7 +224,7 @@ jobs: name: Java/Kotlin Proto Publishing steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Java Setup uses: actions/setup-java@v5 @@ -264,7 +264,7 @@ jobs: name: NPM Proto Publishing steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Publish uses: provenance-io/npm-publish-action@v1.1 with: diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index e7e319a9a1..6e448bd653 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -24,7 +24,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'skip-sims')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | @@ -50,7 +50,7 @@ jobs: if: needs.setup.outputs.should-run runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Output setup run: | echo " should-run: [${{ needs.setup.outputs.should-run }}]" @@ -83,7 +83,7 @@ jobs: os: ["ubuntu-latest"] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Define test-logs id: test-logs run: | @@ -118,7 +118,7 @@ jobs: os: ["ubuntu-latest"] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Define test-logs id: test-logs run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a84dad5c0c..044c9c079e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: setup-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | @@ -100,7 +100,7 @@ jobs: env: LD_LIBRARY_PATH: /usr/local/lib:/usr/local/lib/x86_64-linux-gnu steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # CodeCov requires fetch-depth > 1 fetch-depth: 2 @@ -132,7 +132,7 @@ jobs: # it's in the steps below (except the checkout step). runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # CodeCov requires fetch-depth > 1 fetch-depth: 2 @@ -191,7 +191,7 @@ jobs: env: LD_LIBRARY_PATH: /usr/local/lib:/usr/local/lib/x86_64-linux-gnu steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 if: needs.setup-tests.outputs.should-run with: From 95817363b83dc5de0f59bcaff177a180878c43cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:22:46 +0000 Subject: [PATCH 2/2] Updated Changelog --- .changelog/unreleased/dependencies/2763-actions-checkout-7.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .changelog/unreleased/dependencies/2763-actions-checkout-7.md diff --git a/.changelog/unreleased/dependencies/2763-actions-checkout-7.md b/.changelog/unreleased/dependencies/2763-actions-checkout-7.md new file mode 100644 index 0000000000..ff3dd98c8f --- /dev/null +++ b/.changelog/unreleased/dependencies/2763-actions-checkout-7.md @@ -0,0 +1 @@ +* `actions/checkout` bumped to 7 (from 6) [PR 2763](https://github.com/provenance-io/provenance/pull/2763).