Skip to content

Commit 33a03fe

Browse files
author
Victor Machado
committed
update actions/setuppython to v5
1 parent 8e2a13a commit 33a03fe

6 files changed

+7
-7
lines changed

Diff for: .github/workflows/froster-local-install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v3
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.10'
1919

Diff for: .github/workflows/froster-remote-install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111

1212
- name: Set up Python
13-
uses: actions/setup-python@v3
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.10'
1616

Diff for: .github/workflows/pypi-release-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ permissions:
1818
contents: read
1919

2020
jobs:
21-
deploy:
21+
pypi-release:
2222

2323
runs-on: ubuntu-latest
2424

2525
steps:
2626
- uses: actions/checkout@v4
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v3
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.x'
3232

Diff for: .github/workflows/test-credentials.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: ${{ github.ref }}
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.10'
2020

Diff for: .github/workflows/test-froster-config.yml.pending

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.ref }}
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.10'
2626

Diff for: .github/workflows/test-index.yml.pending

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.ref }}
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.10'
2626

0 commit comments

Comments
 (0)