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 6352e4e commit a5aea73Copy full SHA for a5aea73
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
python-version: ["3.11"]
15
steps:
16
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17
- name: Set up Python ${{ matrix.python-version }}
18
uses: actions/setup-python@v5
19
with:
0 commit comments