From a300888ea51270af4fe91e0bc962204c36642c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 02:06:55 +0000 Subject: [PATCH] chore(deps): bump the all-actions group across 1 directory with 2 updates Bumps the all-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [github/gh-aw-actions/setup](https://github.com/github/gh-aw-actions). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `github/gh-aw-actions/setup` from 0.85.4 to 0.89.2 - [Release notes](https://github.com/github/gh-aw-actions/releases) - [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/gh-aw-actions/compare/2709137ea6c5b0e19aa621454dc643ea8dc526b1...e67822c8ebaae760c3be935622dbfe343a465306) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: github/gh-aw-actions/setup dependency-version: 0.88.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-push.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/check-routes-removal.yml | 2 +- .github/workflows/daily-repo-status.lock.yml | 10 +++++----- .github/workflows/main.yml | 2 +- .github/workflows/pr-preview.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index f6139e4432..45b5b8b885 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v7.0.1 + uses: actions/checkout@v7 with: # Docusaurus uses Git history for last-update author and time. fetch-depth: 0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d398cb4f2a..b1b2bce354 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout App Repo - uses: actions/checkout@v7.0.1 + uses: actions/checkout@v7 with: repository: "stellar/stellar-docs" diff --git a/.github/workflows/check-routes-removal.yml b/.github/workflows/check-routes-removal.yml index 7c81f7d467..b73782d6b1 100644 --- a/.github/workflows/check-routes-removal.yml +++ b/.github/workflows/check-routes-removal.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v7.0.1 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/daily-repo-status.lock.yml b/.github/workflows/daily-repo-status.lock.yml index 97917fc27e..09a294810c 100644 --- a/.github/workflows/daily-repo-status.lock.yml +++ b/.github/workflows/daily-repo-status.lock.yml @@ -100,7 +100,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@2709137ea6c5b0e19aa621454dc643ea8dc526b1 # v0.85.4 + uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -417,7 +417,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@2709137ea6c5b0e19aa621454dc643ea8dc526b1 # v0.85.4 + uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1016,7 +1016,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@2709137ea6c5b0e19aa621454dc643ea8dc526b1 # v0.85.4 + uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1261,7 +1261,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@2709137ea6c5b0e19aa621454dc643ea8dc526b1 # v0.85.4 + uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1530,7 +1530,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@2709137ea6c5b0e19aa621454dc643ea8dc526b1 # v0.85.4 + uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb2d039a3d..6e2ecd5e55 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout App Repo - uses: actions/checkout@v7.0.1 + uses: actions/checkout@v7 with: # Full history so we can diff the PR against its base branch and only # flag links introduced by this PR, not pre-existing repo content. diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index ab653f7311..37c02cffa6 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -40,7 +40,7 @@ jobs: # PR head SHA, not the default base ref - must match the # ApplicationSet's {{ .head_sha }}. - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: steps.gate.outputs.member == 'true' with: ref: ${{ github.event.pull_request.head.sha }}