From 3ee5d507e2a613a64c2ecd5810e7780c863e46fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:29:02 +0000 Subject: [PATCH] chore(deps): bump the actions group with 1 update Bumps the actions group with 1 update: [OpenTTD/actions](https://github.com/openttd/actions). Updates `OpenTTD/actions` from 4 to 5 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](https://github.com/openttd/actions/compare/v4...v5) --- updated-dependencies: - dependency-name: OpenTTD/actions 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 836ccec..7a10dd5 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@v4 + uses: OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml@v5 secrets: inherit with: service: dibridge-preview diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef848b9..3b7d77d 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@v4 + uses: OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml@v5 secrets: inherit with: service: dibridge-prod diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 71833ec..f5e0c77 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@v4 + uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v5 with: python-path: dibridge python-version: 3.8