From 799a836f47ce58ac4ea37e7ede135ca544e99c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 02:07:44 +0000 Subject: [PATCH] Bump the all-actions group across 1 directory with 3 updates Bumps the all-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `actions/checkout` from 4 to 5 - [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...v5) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) Updates `ruby/setup-ruby` from 1.232.0 to 1.257.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.232.0...v1.257.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: ruby/setup-ruby dependency-version: 1.257.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/deployFreighterApiBeta.yml | 4 ++-- .github/workflows/deployFreighterApiProduction.yml | 4 ++-- .github/workflows/runSnapshots.yml | 6 +++--- .github/workflows/runTests.yml | 4 ++-- .github/workflows/submitBeta.yml | 4 ++-- .github/workflows/submitProduction.yml | 4 ++-- .github/workflows/submitSafari.yml | 6 +++--- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7558a667ba..1b4347365d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/deployFreighterApiBeta.yml b/.github/workflows/deployFreighterApiBeta.yml index 1e7290c98d..d888aa6f9b 100644 --- a/.github/workflows/deployFreighterApiBeta.yml +++ b/.github/workflows/deployFreighterApiBeta.yml @@ -16,13 +16,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: release/${{ github.event.inputs.release }} - name: Enable Corepack run: corepack enable - name: Build package - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 - name: Version npm package diff --git a/.github/workflows/deployFreighterApiProduction.yml b/.github/workflows/deployFreighterApiProduction.yml index 6dc1609960..1a9565c835 100644 --- a/.github/workflows/deployFreighterApiProduction.yml +++ b/.github/workflows/deployFreighterApiProduction.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable Corepack run: corepack enable - name: Build package - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/runSnapshots.yml b/.github/workflows/runSnapshots.yml index 86b2ee1f4d..2d56fb75d0 100644 --- a/.github/workflows/runSnapshots.yml +++ b/.github/workflows/runSnapshots.yml @@ -25,13 +25,13 @@ jobs: timeout-minutes: 20 runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 22 - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.inputs.branch }} - run: yarn diff --git a/.github/workflows/runTests.yml b/.github/workflows/runTests.yml index a0de9bec5f..f163676b31 100644 --- a/.github/workflows/runTests.yml +++ b/.github/workflows/runTests.yml @@ -11,9 +11,9 @@ jobs: timeout-minutes: 45 runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 22 - run: yarn diff --git a/.github/workflows/submitBeta.yml b/.github/workflows/submitBeta.yml index e978972600..7dd18b4196 100644 --- a/.github/workflows/submitBeta.yml +++ b/.github/workflows/submitBeta.yml @@ -29,7 +29,7 @@ jobs: gh run cancel ${{ github.run_id }} gh run watch ${{ github.run_id }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: release/${{ github.event.inputs.release }} - name: Update manifest-v2.json name @@ -79,7 +79,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Build extension - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 - run: yarn && yarn build:freighter-api && yarn build:extension:production diff --git a/.github/workflows/submitProduction.yml b/.github/workflows/submitProduction.yml index 5223195810..f42b03cd73 100644 --- a/.github/workflows/submitProduction.yml +++ b/.github/workflows/submitProduction.yml @@ -26,7 +26,7 @@ jobs: gh run cancel ${{ github.run_id }} gh run watch ${{ github.run_id }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Update package.json version uses: jossef/action-set-json-field@2a0f7d953b580b828717daf4de7fafc7e4135e97 #v2 with: @@ -55,7 +55,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Build extension - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 - run: diff --git a/.github/workflows/submitSafari.yml b/.github/workflows/submitSafari.yml index 456d3552c9..217e1c97f9 100644 --- a/.github/workflows/submitSafari.yml +++ b/.github/workflows/submitSafari.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1 - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Update package.json version uses: jossef/action-set-json-field@2a0f7d953b580b828717daf4de7fafc7e4135e97 #v2 with: @@ -56,7 +56,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Build extension - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 - run: @@ -68,7 +68,7 @@ jobs: xcrun safari-web-extension-converter ./extension/build --project-location $GYM_PROJECT --macos-only - name: Set up ruby env - uses: ruby/setup-ruby@v1.232.0 + uses: ruby/setup-ruby@v1.263.0 with: ruby-version: 2.6.10 bundler-cache: true