We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d0579 commit aadd00bCopy full SHA for aadd00b
1 file changed
.github/workflows/deploy.yml
@@ -10,13 +10,13 @@ on:
10
jobs:
11
build-and-publish:
12
name: Build and publish readit distributions to PyPI
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
17
18
- name: Setup python
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
20
with:
21
python-version: '3.8'
22
architecture: 'x64'
0 commit comments