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 15ffcf0 commit 1a2900aCopy full SHA for 1a2900a
.github/workflows/pr.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install dependencies
42
run: pnpm install
43
- name: Set up Python
44
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
45
with:
46
python-version: '3.12'
47
- name: Install uv
@@ -77,7 +77,7 @@ jobs:
77
steps:
78
- uses: actions/checkout@v5
79
80
81
82
python-version: '3.10'
83
.github/workflows/private-repo-test.yaml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
ref: ${{ github.event.pull_request.head.sha || github.ref }}
24
25
26
27
28
0 commit comments