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 1bfa1b6 commit 43cfff4Copy full SHA for 43cfff4
.github/workflows/publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout code
18
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
+ uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
19
20
- name: Setup Python
21
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
.github/workflows/test.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
- name: Setup Python ${{ matrix.python-version }}
30
0 commit comments