Skip to content

Commit f1e2312

Browse files
Bump actions/setup-python from 5.1.0 to 5.2.0 (#964)
* Bump actions/setup-python from 5.1.0 to 5.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * (actions) only specify major version requirement * (actions) run linting on ubuntu-latest * (actions) add workflow_dispatch trigger --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthijs van der Burgh <[email protected]>
1 parent 1df1f95 commit f1e2312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
lint:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
1010

11-
- uses: actions/setup-python@v5.1.0
11+
- uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.10'
1414

0 commit comments

Comments
 (0)