Skip to content

Commit 6a0c8d5

Browse files
Bump actions/setup-python from 2.3.2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.2...v3) --- 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 0ee5a43 commit 6a0c8d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 2
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v2.3.2
20+
uses: actions/setup-python@v3
2121
with:
2222
python-version: "3.10"
2323

.github/workflows/retrocookie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
path: ${{ env.TEMPLATE }}
4646
token: ${{ secrets.X_GITHUB_TOKEN }}
4747
- name: Set up Python 3.10
48-
uses: actions/setup-python@v2.3.2
48+
uses: actions/setup-python@v3
4949
with:
5050
python-version: "3.10"
5151
- name: Install retrocookie

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v2.4.0
3939

4040
- name: Set up Python ${{ matrix.python }}
41-
uses: actions/setup-python@v2.3.2
41+
uses: actions/setup-python@v3
4242
with:
4343
python-version: ${{ matrix.python }}
4444

@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v2.4.0
118118

119119
- name: Set up Python
120-
uses: actions/setup-python@v2.3.2
120+
uses: actions/setup-python@v3
121121
with:
122122
python-version: "3.10"
123123

0 commit comments

Comments
 (0)