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 4265932 commit 983f1deCopy full SHA for 983f1de
.github/workflows/publish.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Check out repository
14
uses: actions/checkout@v2
15
- name: Set up python 3.9
16
- uses: actions/setup-python@v2
+ uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
17
with:
18
python-version: 3.9
19
- name: Install Poetry
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
uses: actions/checkout@v3
25
- name: Set up python ${{ matrix.python-version }}
26
27
28
python-version: ${{ matrix.python-version }}
29
- name: Install dependencies
0 commit comments