8000 github/workflows: Bump actions/setup-python from 1 or 2 to 4. · pybricks/micropython@ada7602 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ada7602

Browse files
dependabot[bot]dpgeorge
authored andcommitted
github/workflows: Bump actions/setup-python from 1 or 2 to 4.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 or 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 846aa1f commit ada7602

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/code_formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88
steps:
99
- uses: actions/checkout@v3
10-
- uses: actions/setup-python@v1
10+
- uses: actions/setup-python@v4
1111
- name: Install packages
1212
run: source tools/ci.sh && ci_code_formatting_setup
1313
- name: Run code formatting

.github/workflows/commit_formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- uses: actions/checkout@v3
1010
with:
1111
fetch-depth: '100'
12-
- uses: actions/setup-python@v1
12+
- uses: actions/setup-python@v4
1313
- name: Check commit message formatting
1414
run: source tools/ci.sh && ci_commit_formatting_run

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v1
14+
- uses: actions/setup-python@v4
1515
- name: Install Python packages
1616
run: pip install Sphinx
1717
- name: Build docs

.github/workflows/ports_unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
runs-on: macos-11.0
179179
steps:
180180
- uses: actions/checkout@v3
181-
- uses: actions/setup-python@v2
181+
- uses: actions/setup-python@v4
182182
with:
183183
python-version: '3.8'
184184
- name: Build

0 commit comments

Comments
 (0)
0