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 a00626a commit 56dfefeCopy full SHA for 56dfefe
.github/workflows/build.yaml
@@ -35,7 +35,7 @@ jobs:
35
- '3.10'
36
steps:
37
- name: Checkout
38
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
39
- name: Set up Python ${{ matrix.python-version }}
40
uses: actions/setup-python@v2
41
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]
- name: Set up Python
0 commit comments