From 79156531415b0da619e7f75dcd91fde983aab2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:03:44 +0000 Subject: [PATCH] Upgrade: Bump the actions group across 1 directory with 5 updates Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [OpenTTD/actions](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml](https://github.com/openttd/actions) | `5` | `6` | 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 `OpenTTD/actions` from 5 to 6 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](https://github.com/openttd/actions/compare/v5...v6) Updates `OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml` from 5 to 6 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](https://github.com/openttd/actions/compare/v5...v6) Updates `OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml` from 5 to 6 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](https://github.com/openttd/actions/compare/v5...v6) Updates `OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml` from 5 to 6 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](https://github.com/openttd/actions/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-checker.yml | 4 ++-- .github/workflows/preview.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/testing.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/commit-checker.yml b/.github/workflows/commit-checker.yml index 511e6f3..f3266b4 100644 --- a/.github/workflows/commit-checker.yml +++ b/.github/workflows/commit-checker.yml @@ -10,12 +10,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 4 - name: Get pull-request commits - uses: OpenTTD/actions/checkout-pull-request@v5 + uses: OpenTTD/actions/checkout-pull-request@v6 - name: Check commits uses: OpenTTD/OpenTTD-git-hooks@main diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index b05be6a..906abb9 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -12,7 +12,7 @@ jobs: preview: if: ${{ (github.event.action == 'labeled' && github.event.label.name == 'preview') || (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'preview')) }} name: Preview - uses: OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml@v5 + uses: OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml@v6 secrets: inherit with: service: eints-preview diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6d534f..adc92e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: name: Release - uses: OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml@v5 + uses: OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml@v6 secrets: inherit with: service: eints-prod diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 820b276..faf0b9e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,7 +11,7 @@ on: jobs: testing: name: Testing - uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v5 + uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v6 with: python-path: webtranslate scripts/filter_update_langs scripts/lang_sync scripts/eintsgit.py python-version: 3.11