From d8082ce6d8813ea8ef67471b45b66668ba264903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 06:03:54 +0000 Subject: [PATCH] chore(deps): bump the actions group with 3 updates Bumps the actions group with 3 updates: [OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml](https://github.com/openttd/actions), [OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml](https://github.com/openttd/actions) and [OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml](https://github.com/openttd/actions). 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: 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/preview.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 7a10dd5..eec23d8 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: dibridge-preview diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b7d77d..1d23968 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: dibridge-prod diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index fc1284c..8d7be32 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: dibridge python-version: "3.10"