Skip to content

Commit b6aa7ae

Browse files
author
Alan Christie
committed
ci: Switch to actions/setup-python@v3
1 parent 56dfefe commit b6aa7ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout
3838
uses: actions/checkout@v3
3939
- name: Set up Python ${{ matrix.python-version }}
40-
uses: actions/setup-python@v2
40+
uses: actions/setup-python@v3
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Install requirements

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Inject slug/short variables
3434
uses: rlespinasse/[email protected]
3535
- name: Set up Python
36-
uses: actions/setup-python@v2
36+
uses: actions/setup-python@v3
3737
with:
3838
python-version: '3.10'
3939
- name: Install dependencies

0 commit comments

Comments
 (0)