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 d5ca74b commit 022ba67Copy full SHA for 022ba67
.github/workflows/publish.yml
@@ -12,11 +12,11 @@ jobs:
12
python-version: [3.8]
13
steps:
14
- name: 🛎️ Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
with:
17
ref: ${{ github.head_ref }}
18
- name: 🐍 Set up Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
20
21
python-version: ${{ matrix.python-version }}
22
- name: 🦾 Install dependencies
0 commit comments