We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db75134 commit 1d3abeaCopy full SHA for 1d3abea
1 file changed
.github/workflows/repo-sentinel.yml
@@ -17,9 +17,14 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
20
+ - name: Set up Python
21
+ uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
22
+ with:
23
+ python-version: "3.14"
24
+
25
- name: Install repo-sentinel-lite
26
run: |
- python3 -m venv "$RUNNER_TEMP/repo-sentinel-venv"
27
+ python -m venv "$RUNNER_TEMP/repo-sentinel-venv"
28
"$RUNNER_TEMP/repo-sentinel-venv/bin/python" -m pip install --upgrade pip
29
"$RUNNER_TEMP/repo-sentinel-venv/bin/python" -m pip install repo-sentinel-lite
30
0 commit comments