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 bd17b76 commit f70f0b2Copy full SHA for f70f0b2
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
- '3.11'
37
steps:
38
- name: Checkout
39
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
40
- name: Set up Python ${{ matrix.python-version }}
41
uses: actions/setup-python@v2
42
with:
.github/workflows/publish.yaml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
32
33
- name: Inject slug/short variables
34
uses: rlespinasse/[email protected]
35
- name: Set up Python
0 commit comments