From 6f0d30a3704e6d12ce964f50d5c1ac6d20e72acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:05:33 +0000 Subject: [PATCH] Upgrade: Bump the actions group across 1 directory with 6 updates Bumps the actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-py-codeql.yml](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-py-flake8.yml](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-py-black.yml](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-annotation-check.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 `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `OpenTTD/actions/.github/workflows/rw-py-codeql.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-py-flake8.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-py-black.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-annotation-check.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: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions/.github/workflows/rw-py-codeql.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions/.github/workflows/rw-py-flake8.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions/.github/workflows/rw-py-black.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions/.github/workflows/rw-annotation-check.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- .github/workflows/testing.yml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bb5ff90..53f8762 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} submodules: true @@ -44,7 +44,7 @@ jobs: bundler-cache: true - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.11 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c1a6adf..84a11ee 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true @@ -35,7 +35,7 @@ jobs: bundler-cache: true - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.11 @@ -49,19 +49,19 @@ jobs: codeql: name: CodeQL - uses: OpenTTD/actions/.github/workflows/rw-py-codeql.yml@v5 + uses: OpenTTD/actions/.github/workflows/rw-py-codeql.yml@v6 with: python-version: 3.11 flake8: name: Flake8 - uses: OpenTTD/actions/.github/workflows/rw-py-flake8.yml@v5 + uses: OpenTTD/actions/.github/workflows/rw-py-flake8.yml@v6 with: python-path: fetch_downloads black: name: Black - uses: OpenTTD/actions/.github/workflows/rw-py-black.yml@v5 + uses: OpenTTD/actions/.github/workflows/rw-py-black.yml@v6 with: python-path: fetch_downloads python-version: 3.11 @@ -74,4 +74,4 @@ jobs: - black # not codeql, as that reports its own status - uses: OpenTTD/actions/.github/workflows/rw-annotation-check.yml@v5 + uses: OpenTTD/actions/.github/workflows/rw-annotation-check.yml@v6