Skip to content

Commit 8f2e627

Browse files
chore(deps): bump the actions group across 1 directory with 6 updates
Bumps the actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [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 `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) 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: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: '5' 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>
1 parent 36ee8ad commit 8f2e627

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/end-to-end.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ jobs:
3232

3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636

3737
- name: Set up Python 3.11
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: 3.11
4141
cache: 'pip'
4242
cache-dependency-path: |
4343
e2e/requirements.base
4444
requirements.txt
4545
46-
- uses: actions/cache@v4
46+
- uses: actions/cache@v5
4747
name: Cache Playwright
4848
id: playwright-cache
4949
with:

.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:
1717
NOMAD_SERVICE_PREVIEW_KEY: ${{ secrets.NOMAD_SERVICE_PREVIEW_KEY }}
1818
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
release:
1313
name: Release
14-
uses: OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml@v5
14+
uses: OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml@v6
1515
secrets:
1616
NOMAD_SERVICE_PROD_KEY: ${{ secrets.NOMAD_SERVICE_PROD_KEY }}
1717
with:

.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: truewiki e2e
1717
python-version: 3.11

0 commit comments

Comments
 (0)