We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9615b commit 50c1c29Copy full SHA for 50c1c29
.github/workflows/publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout code
18
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
+ uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
19
20
- name: Setup Python
21
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
22
23
24
25
- name: Setup Python ${{ matrix.python-version }}
26
0 commit comments