8000 Updated release action to use python 3.11 as base and upgraded action… · madzak/python-json-logger@2727f13 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 2727f13

Browse files
committed
Updated release action to use python 3.11 as base and upgraded action verions for checkout and python.
1 parent 5b7692b commit 2727f13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

16-
- name: Set up Python 3.9
17-
uses: actions/setup-python@v2
16+
- name: Set up Python 3.11
17+
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.9
19+
python-version: 3.11
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)
0