Skip to content

Commit 0284020

Browse files
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae9236b commit 0284020

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-20.04
2828
steps:
2929
- uses: actions/checkout@v3
30-
- uses: actions/setup-python@v3
30+
- uses: actions/setup-python@v4
3131
with:
3232
python-version: "3.9"
3333

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
# chartpress requires the full history
5050
fetch-depth: 0
5151

52-
# NOTE: actions/setup-python@v3 make use of a cache within the GitHub base
52+
# NOTE: actions/setup-python@v4 make use of a cache within the GitHub base
5353
# environment and setup in a fraction of a second.
54-
- uses: actions/setup-python@v3
54+
- uses: actions/setup-python@v4
5555
with:
5656
python-version: "${{ matrix.python }}"
5757

0 commit comments

Comments
 (0)