Skip to content

Commit 34457a9

Browse files
Upgrade: bump the actions group across 1 directory with 4 updates
Bumps the actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [OpenTTD/actions](https://github.com/openttd/actions), [OpenTTD/actions/.github/workflows/rw-entry-release-baseset.yml](https://github.com/openttd/actions) and [OpenTTD/actions/.github/workflows/rw-entry-testing-baseset.yml](https://github.com/openttd/actions). 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-release-baseset.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-baseset.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-release-baseset.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-baseset.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 8d443c4 commit 34457a9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/commit-checker.yml

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

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 4
1818

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

2222
- name: Check commits
2323
uses: OpenTTD/OpenTTD-git-hooks@main

.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-baseset.yml@v5
14+
uses: OpenTTD/actions/.github/workflows/rw-entry-release-baseset.yml@v6
1515
secrets: inherit
1616
with:
1717
apt-packages: gimp grfcodec

.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-baseset.yml@v5
14+
uses: OpenTTD/actions/.github/workflows/rw-entry-testing-baseset.yml@v6
1515
with:
1616
apt-packages: gimp grfcodec
1717
name: opengfx

0 commit comments

Comments
 (0)