From 547f81dc97d8a7257b520f85739ae0a4642646cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 14:02:29 +0000 Subject: [PATCH] Upgrade: Bump the actions group with 4 updates Bumps the actions group with 4 updates: [OpenTTD/actions/.github/workflows/rw-py-codeql.yml](https://github.com/openttd/actions), [OpenTTD/actions/.github/workflows/rw-py-flake8.yml](https://github.com/openttd/actions), [OpenTTD/actions/.github/workflows/rw-py-black.yml](https://github.com/openttd/actions) and [OpenTTD/actions/.github/workflows/rw-annotation-check.yml](https://github.com/openttd/actions). Updates `OpenTTD/actions/.github/workflows/rw-py-codeql.yml` from 6 to 7 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](https://github.com/openttd/actions/compare/v6...v7) Updates `OpenTTD/actions/.github/workflows/rw-py-flake8.yml` from 6 to 7 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](https://github.com/openttd/actions/compare/v6...v7) Updates `OpenTTD/actions/.github/workflows/rw-py-black.yml` from 6 to 7 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](https://github.com/openttd/actions/compare/v6...v7) Updates `OpenTTD/actions/.github/workflows/rw-annotation-check.yml` from 6 to 7 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](https://github.com/openttd/actions/compare/v6...v7) --- updated-dependencies: - dependency-name: OpenTTD/actions/.github/workflows/rw-py-codeql.yml dependency-version: '7' 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: '7' 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: '7' 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: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/testing.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9beb43b..3994e4a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -49,19 +49,19 @@ jobs: codeql: name: CodeQL - uses: OpenTTD/actions/.github/workflows/rw-py-codeql.yml@v6 + uses: OpenTTD/actions/.github/workflows/rw-py-codeql.yml@v7 with: python-version: 3.11 flake8: name: Flake8 - uses: OpenTTD/actions/.github/workflows/rw-py-flake8.yml@v6 + uses: OpenTTD/actions/.github/workflows/rw-py-flake8.yml@v7 with: python-path: fetch_downloads black: name: Black - uses: OpenTTD/actions/.github/workflows/rw-py-black.yml@v6 + uses: OpenTTD/actions/.github/workflows/rw-py-black.yml@v7 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@v6 + uses: OpenTTD/actions/.github/workflows/rw-annotation-check.yml@v7