Skip to content

Commit c1bb3aa

Browse files
authored
Merge pull request #72 from Webperf-se/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 703a1d7 + ef03366 commit c1bb3aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0 # [!] we need to checkout with tags and commit history
1818
- name: Setup python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
2222
architecture: "x64" # optional x64 or x86. Defaults to x64 if not specified

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0 # [!] we need to checkout with tags and commit history
1818
- name: Setup python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
2222
architecture: "x64" # optional x64 or x86. Defaults to x64 if not specified

0 commit comments

Comments
 (0)