Skip to content

Commit 97221be

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/setup-python from 5.5.0 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95e0f94 commit 97221be

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@v5.5.0
26+
- uses: actions/setup-python@v6.2.0
2727
with:
2828
python-version: 3.9
2929

@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 1
4141

42-
- uses: actions/setup-python@v5.5.0
42+
- uses: actions/setup-python@v6.2.0
4343
with:
4444
python-version: 3.9
4545

@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
fetch-depth: 1
6262

63-
- uses: actions/setup-python@v5.5.0
63+
- uses: actions/setup-python@v6.2.0
6464
with:
6565
python-version: ${{ matrix.python }}
6666

.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@v6.0.2
1414
- name: Set up Python 3.9
15-
uses: actions/setup-python@v5.5.0
15+
uses: actions/setup-python@v6.2.0
1616
with:
1717
python-version: 3.9
1818

0 commit comments

Comments
 (0)