Skip to content

Commit bdf3cf4

Browse files
Upgrade: Bump the actions group with 4 updates (#528)
Bumps the actions group with 4 updates: [OpenTTD/actions](https://github.com/openttd/actions), [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` from 5 to 6 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](OpenTTD/actions@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](OpenTTD/actions@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](OpenTTD/actions@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](OpenTTD/actions@v5...v6) --- updated-dependencies: - 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 699b8ae commit bdf3cf4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/commit-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 4
1616

1717
- name: Get pull-request commits
18-
uses: OpenTTD/actions/checkout-pull-request@v5
18+
uses: OpenTTD/actions/checkout-pull-request@v6
1919

2020
- name: Check commits
2121
uses: OpenTTD/OpenTTD-git-hooks@main

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
preview:
1313
if: ${{ (github.event.action == 'labeled' && github.event.label.name == 'preview') || (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'preview')) }}
1414
name: Preview
15-
uses: OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml@v5
15+
uses: OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml@v6
1616
secrets: inherit
1717
with:
1818
service: bananas-api-preview

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
name: Release
11-
uses: OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml@v5
11+
uses: OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml@v6
1212
secrets: inherit
1313
with:
1414
service: bananas-api-prod

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
testing:
1313
name: Testing
14-
uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v5
14+
uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v6
1515
with:
1616
python-path: bananas_api
1717
python-version: 3.11

0 commit comments

Comments
 (0)