Skip to content

Commit 0aec4c6

Browse files
chore(actions): update actions/setup-python action to v5
1 parent 9f4ef13 commit 0aec4c6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
git config core.autocrlf false
6666
6767
- name: Setup Python
68-
uses: actions/setup-python@v4
68+
uses: actions/setup-python@v5
6969
with:
7070
python-version: "3.10"
7171

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo ::set-output name=value::${GITHUB_REF#refs/*/}
2121

2222
- name: Setup Python 3.8
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.8'
2626

@@ -51,7 +51,7 @@ jobs:
5151
name: built-artifacts
5252
path: dist/
5353

54-
- uses: AButler/upload-release-assets@v3.0
54+
- uses: AButler/upload-release-assets@v2.0
5555
with:
5656
files: 'dist/*'
5757
repo-token: ${{ secrets.ACCESS_TOKEN }}

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Setup Python 3.8
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.8'
2424

@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353

5454
- name: Setup Python
55-
uses: actions/setup-python@v4
55+
uses: actions/setup-python@v5
5656
with:
5757
python-version: "3.10"
5858

0 commit comments

Comments
 (0)