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 7da9203 commit 36336a8Copy full SHA for 36336a8
.github/workflows/publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout code
18
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
19
20
- name: Setup Python
21
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
.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