Skip to content

Commit 6f0d30a

Browse files
Upgrade: 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` | | [OpenTTD/actions/.github/workflows/rw-py-codeql.yml](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-py-flake8.yml](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-py-black.yml](https://github.com/openttd/actions) | `5` | `6` | | [OpenTTD/actions/.github/workflows/rw-annotation-check.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 `OpenTTD/actions/.github/workflows/rw-py-codeql.yml` from 5 to 6 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](OpenTTD/actions@v5...v6) Updates `OpenTTD/actions/.github/workflows/rw-py-flake8.yml` from 5 to 6 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](OpenTTD/actions@v5...v6) Updates `OpenTTD/actions/.github/workflows/rw-py-black.yml` from 5 to 6 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](OpenTTD/actions@v5...v6) Updates `OpenTTD/actions/.github/workflows/rw-annotation-check.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: OpenTTD/actions/.github/workflows/rw-py-codeql.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions/.github/workflows/rw-py-flake8.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions/.github/workflows/rw-py-black.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions/.github/workflows/rw-annotation-check.yml dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ce4b87 commit 6f0d30a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/publish.yml

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

3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636
with:
3737
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3838
submodules: true
@@ -44,7 +44,7 @@ jobs:
4444
bundler-cache: true
4545

4646
- name: Set up Python
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: 3.11
5050

.github/workflows/testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
with:
2929
submodules: true
3030

@@ -35,7 +35,7 @@ jobs:
3535
bundler-cache: true
3636

3737
- name: Set up Python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: 3.11
4141

@@ -49,19 +49,19 @@ jobs:
4949
5050
codeql:
5151
name: CodeQL
52-
uses: OpenTTD/actions/.github/workflows/rw-py-codeql.yml@v5
52+
uses: OpenTTD/actions/.github/workflows/rw-py-codeql.yml@v6
5353
with:
5454
python-version: 3.11
5555

5656
flake8:
5757
name: Flake8
58-
uses: OpenTTD/actions/.github/workflows/rw-py-flake8.yml@v5
58+
uses: OpenTTD/actions/.github/workflows/rw-py-flake8.yml@v6
5959
with:
6060
python-path: fetch_downloads
6161

6262
black:
6363
name: Black
64-
uses: OpenTTD/actions/.github/workflows/rw-py-black.yml@v5
64+
uses: OpenTTD/actions/.github/workflows/rw-py-black.yml@v6
6565
with:
6666
python-path: fetch_downloads
6767
python-version: 3.11
@@ -74,4 +74,4 @@ jobs:
7474
- black
7575
# not codeql, as that reports its own status
7676

77-
uses: OpenTTD/actions/.github/workflows/rw-annotation-check.yml@v5
77+
uses: OpenTTD/actions/.github/workflows/rw-annotation-check.yml@v6

0 commit comments

Comments
 (0)