Skip to content

Commit 2e25306

Browse files
Upgrade: Bump the actions group across 1 directory with 5 updates (#225)
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [OpenTTD/actions](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.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](actions/checkout@v4...v6) 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: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - 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 85b9593 commit 2e25306

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/commit-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
with:
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: eints-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: eints-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: webtranslate scripts/filter_update_langs scripts/lang_sync scripts/eintsgit.py
1717
python-version: 3.11

0 commit comments

Comments
 (0)