Skip to content

Commit 37b233c

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): 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] <support@github.com>
1 parent 9a05f0e commit 37b233c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 1
2525

26-
- uses: actions/setup-python@v3
26+
- uses: actions/setup-python@v4
2727
with:
2828
python-version: 3.9
2929

@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 1
4040

41-
- uses: actions/setup-python@v3
41+
- uses: actions/setup-python@v4
4242
with:
4343
python-version: 3.9
4444

@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
fetch-depth: 1
6060

61-
- uses: actions/setup-python@v3
61+
- uses: actions/setup-python@v4
6262
with:
6363
python-version: ${{ matrix.python }}
6464

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3.0.2
1414
- name: Set up Python 3.9
15-
uses: actions/setup-python@v3
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: 3.9
1818

0 commit comments

Comments
 (0)