From 92d13885f59674cbb1c20ce2a7a1faa769790e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:13:08 +0100 Subject: [PATCH] GitHub Actions: Bump the dependencies group with 3 updates (#4061) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/checkout` from 6.0.0 to 6.0.1
Release notes

Sourced from actions/checkout's releases.

v6.0.1

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v6...v6.0.1

Commits

Updates `ruby/setup-ruby` from 1.268.0 to 1.269.0
Release notes

Sourced from ruby/setup-ruby's releases.

v1.269.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.268.0...v1.269.0

Commits

Updates `peter-evans/create-pull-request` from 7.0.9 to 7.0.11
Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v7.0.11

What's Changed

Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.10...v7.0.11

Create Pull Request v7.0.10

⚙️ Fixes an issue where updating a pull request failed when targeting a forked repository with the same owner as its parent.

What's Changed

New Contributors

Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.9...v7.0.10

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/distribute.yml | 2 +- .github/workflows/download_localized_strings.yml | 4 ++-- .github/workflows/push_ci.yml | 2 +- .github/workflows/push_deploy.yml | 2 +- .github/workflows/set_version.yml | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ff2bc4bf..9c26e2fe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269.0 with: ruby-version: "3.1" bundler-cache: true @@ -51,7 +51,7 @@ jobs: if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Scan for `swiftlint:disable` in PR diff id: scan @@ -78,7 +78,7 @@ jobs: runs-on: macos-15 timeout-minutes: 60 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 name: "Cache: Pods" @@ -146,7 +146,7 @@ jobs: runs-on: macos-15 timeout-minutes: 60 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.6.2 name: "Cache: Pods" id: cache_pods diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index fc76ff921..49eef34db 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -22,7 +22,7 @@ jobs: matrix: kind: [mac, ios] steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Install Brews run: brew bundle diff --git a/.github/workflows/download_localized_strings.yml b/.github/workflows/download_localized_strings.yml index deba9595f..84056d406 100644 --- a/.github/workflows/download_localized_strings.yml +++ b/.github/workflows/download_localized_strings.yml @@ -13,7 +13,7 @@ jobs: update_strings: runs-on: macos-15 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ssh-key: ${{ secrets.HOMEASSISTANT_SSH_DEPLOY_KEY }} @@ -52,7 +52,7 @@ jobs: git clean -xfd echo ::set-output name=pr_title::"$(git log -1 --pretty='%s')" - name: Create Pull Request - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: base: main branch: create-pull-request/download_strings diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index 2d2e1a24f..2a2a03af2 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -17,7 +17,7 @@ jobs: - uses: fwal/setup-swift@364295d9c23900ce04d4e5cc708387921b4e50f9 # v3 with: swift-version: "5.8" - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Run Tests run: swift test working-directory: Sources/PushServer diff --git a/.github/workflows/push_deploy.yml b/.github/workflows/push_deploy.yml index b219a74ad..7371d5d15 100644 --- a/.github/workflows/push_deploy.yml +++ b/.github/workflows/push_deploy.yml @@ -17,7 +17,7 @@ jobs: name: Deploy image runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Login to GitHub Container Registry uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 diff --git a/.github/workflows/set_version.yml b/.github/workflows/set_version.yml index 9ef0096c2..7b1d87a86 100644 --- a/.github/workflows/set_version.yml +++ b/.github/workflows/set_version.yml @@ -9,10 +9,10 @@ jobs: bump: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ssh-key: ${{ secrets.HOMEASSISTANT_SSH_DEPLOY_KEY }} - - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0 + - uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269.0 with: ruby-version: '3.1' bundler-cache: true @@ -28,7 +28,7 @@ jobs: git clean -xfd echo ::set-output name=pr_title::"$(git log -1 --pretty='%s')" - name: Create Pull Request - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: base: main branch: create-pull-request/bump_build