From 64a6111fd492b8bd1810e8f52c88fdf3ac746e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:58:17 -0700 Subject: [PATCH] Bump the updates group with 2 updates (#4475) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the updates group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign). Updates `actions/checkout` from 6 to 7
Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

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

v6.0.2

What's Changed

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

v6.0.1

What's Changed

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates `toshimaru/auto-author-assign` from 3.0.2 to 3.0.3
Release notes

Sourced from toshimaru/auto-author-assign's releases.

v3.0.3

[!NOTE] This is the first immutable release version. 🔒

What's Changed

Dependencies

Others

New Contributors

Full Changelog: https://github.com/toshimaru/auto-author-assign/compare/v3.0.2...v3.0.3

Changelog

Sourced from toshimaru/auto-author-assign's changelog.

Changelog

3.0.3 (2026-06-15)

Miscellaneous Chores

3.0.2 (2026-04-27)

Miscellaneous Chores

3.0.1 (2025-12-25)

Miscellaneous Chores

3.0.0 (2025-12-21)

Features

Miscellaneous Chores

2.1.2 (2025-12-16)

2.1.1 (2024-06-26)

2.1.0 (2024-01-17)

2.0.1 (2023-09-26)

2.0.0 (2023-09-24)

1.6.2 (2023-01-03)

... (truncated)

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 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/deploy.yml | 2 +- .github/workflows/issue-lifecycle-cron.yml | 2 +- .github/workflows/issue-lifecycle-events.yml | 2 +- .github/workflows/pr-author.yml | 2 +- .github/workflows/pr-gate.yml | 2 +- .github/workflows/release.yml | 10 +++++----- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc0c4d166..e44b513db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: false - name: Setup node @@ -36,7 +36,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: false - name: Setup node @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: "24" @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: "24" @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: "24" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 69f74a1ff..79b817f2c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: DOMAIN: ${{ inputs.target_domain || 'openfront.dev' }} SUBDOMAIN: ${{ github.event_name == 'schedule' && 'nightly' || github.event_name == 'push' && github.ref_name || inputs.target_subdomain || 'main' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: 📝 Update job summary env: FQDN: ${{ env.SUBDOMAIN && format('{0}.{1}', env.SUBDOMAIN, env.DOMAIN) || env.DOMAIN || 'openfront.dev' }} diff --git a/.github/workflows/issue-lifecycle-cron.yml b/.github/workflows/issue-lifecycle-cron.yml index b5f3c4327..300606a21 100644 --- a/.github/workflows/issue-lifecycle-cron.yml +++ b/.github/workflows/issue-lifecycle-cron.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: false persist-credentials: false diff --git a/.github/workflows/issue-lifecycle-events.yml b/.github/workflows/issue-lifecycle-events.yml index 53f04766d..1970bf711 100644 --- a/.github/workflows/issue-lifecycle-events.yml +++ b/.github/workflows/issue-lifecycle-events.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: false persist-credentials: false diff --git a/.github/workflows/pr-author.yml b/.github/workflows/pr-author.yml index 7c598a4c0..8689c90ee 100644 --- a/.github/workflows/pr-author.yml +++ b/.github/workflows/pr-author.yml @@ -13,4 +13,4 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: toshimaru/auto-author-assign@bdd7688cbf9e6d5683f02f8c7d8ae4062a254b6d + - uses: toshimaru/auto-author-assign@3e19bfc990cb1cf0589dce95e9f75289bb1e22de diff --git a/.github/workflows/pr-gate.yml b/.github/workflows/pr-gate.yml index f844c42a4..04158808b 100644 --- a/.github/workflows/pr-gate.yml +++ b/.github/workflows/pr-gate.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout base - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: false persist-credentials: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbaac134e..0bd6d1fc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: 🔗 Log in to Docker Hub uses: docker/login-action@v4 with: @@ -51,7 +51,7 @@ jobs: timeout-minutes: 30 needs: [build] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: 🔑 Create SSH private key env: SERVER_HOST_STAGING: ${{ secrets.SERVER_HOST_STAGING }} @@ -104,7 +104,7 @@ jobs: timeout-minutes: 30 environment: prod-beta steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: 🔑 Create SSH private key env: SERVER_HOST_FALK2: ${{ secrets.SERVER_HOST_FALK2 }} @@ -157,7 +157,7 @@ jobs: timeout-minutes: 30 environment: prod-blue steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: 🔑 Create SSH private key env: SERVER_HOST_FALK2: ${{ secrets.SERVER_HOST_FALK2 }} @@ -210,7 +210,7 @@ jobs: timeout-minutes: 30 environment: prod-green steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: 🔑 Create SSH private key env: SERVER_HOST_FALK2: ${{ secrets.SERVER_HOST_FALK2 }}