We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50da4b commit 5a6e1edCopy full SHA for 5a6e1ed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout code
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+ uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
21
22
- name: Setup Python ${{ matrix.python-version }}
23
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
- name: Setup Python
0 commit comments