We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06183d commit 2e8ff1dCopy full SHA for 2e8ff1d
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
21
- name: Setup Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
+ uses: actions/setup-python@bba65e51ff35d50c6dbaaacd8a4681db13aa7cb4
23
with:
24
python-version: ${{ matrix.python-version }}
25
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
- name: Setup Python
python-version: "3.11"
0 commit comments