From 96a10e40e517c47854ed24ddee7391a224e914c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 02:07:26 +0000 Subject: [PATCH] Bump the all-actions group across 1 directory with 5 updates Bumps the all-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) | `2` | `3` | | [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` | | [stellar/stellar-cli](https://github.com/stellar/stellar-cli) | `23.1.4` | `23.3.0` | 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/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) Updates `preactjs/compressed-size-action` from 2 to 3 - [Release notes](https://github.com/preactjs/compressed-size-action/releases) - [Commits](https://github.com/preactjs/compressed-size-action/compare/v2...v3) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3...v4) Updates `stellar/stellar-cli` from 23.1.4 to 23.3.0 - [Release notes](https://github.com/stellar/stellar-cli/releases) - [Commits](https://github.com/stellar/stellar-cli/compare/v23.1.4...v23.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: preactjs/compressed-size-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: stellar/stellar-cli dependency-version: 23.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/bundle_size.yml | 6 +++--- .github/workflows/codeql-analysis.yml | 8 ++++---- .github/workflows/e2e.yml | 6 +++--- .github/workflows/format.yml | 4 ++-- .github/workflows/gh_pages.yaml | 8 ++++---- .github/workflows/npm_publish.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/bundle_size.yml b/.github/workflows/bundle_size.yml index ff2f40ffe..c2942d6dd 100644 --- a/.github/workflows/bundle_size.yml +++ b/.github/workflows/bundle_size.yml @@ -9,10 +9,10 @@ jobs: NODE: "20" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE }} @@ -25,7 +25,7 @@ jobs: run: yarn build:prod - name: Report Bundle Size - uses: preactjs/compressed-size-action@v2 + uses: preactjs/compressed-size-action@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} pattern: "dist/*.js" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index abed6c113..904cb3663 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,16 +22,16 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} config-file: .github/codeql-config.yml - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a44e96e54..fb864bd51 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -32,7 +32,7 @@ jobs: --health-timeout 5s --health-retries 50 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - uses: actions/cache@v4 @@ -40,10 +40,10 @@ jobs: path: | target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: ${{ env.NODE }} - - uses: stellar/stellar-cli@v23.1.4 + - uses: stellar/stellar-cli@v23.3.0 # Install system dependencies required for Stellar CLI - name: Install system dependencies diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index e10362ab6..f47b14a37 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Use Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 diff --git a/.github/workflows/gh_pages.yaml b/.github/workflows/gh_pages.yaml index 6328f0edf..41ed98ce5 100644 --- a/.github/workflows/gh_pages.yaml +++ b/.github/workflows/gh_pages.yaml @@ -8,18 +8,18 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout SDK - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Checkout Base - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: stellar/js-stellar-base path: js-stellar-base - name: Install Node (20.x) - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20.x' @@ -30,7 +30,7 @@ jobs: run: yarn build:prod - name: Checkout GH pages - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: stellar/js-stellar-sdk ref: gh-pages diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index bc54f353c..fa73dd75e 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20.x' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d24038d91..b991620f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,10 +17,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }}