Skip to content

Commit 97ae6e5

Browse files
author
Alan Christie
committed
ci: Switch to actions/setup-python@v3
1 parent f70f0b2 commit 97ae6e5

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout
3939
uses: actions/checkout@v3
4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v2
41+
uses: actions/setup-python@v3
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
- 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.11'
3939
- name: Install dependencies

0 commit comments

Comments
 (0)