Skip to content

Commit 2dfb2c7

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- 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 3348a27 commit 2dfb2c7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v4
26+
- uses: actions/setup-python@v5
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@v4
41+
- uses: actions/setup-python@v5
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@v4
61+
- uses: actions/setup-python@v5
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@v4.1.1
1414
- name: Set up Python 3.9
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: 3.9
1818

0 commit comments

Comments
 (0)