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 6cd4f6a commit 3ba886dCopy full SHA for 3ba886d
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.os }}
27
steps:
28
- name: Clone Repository
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
31
- name: Install uv
32
uses: astral-sh/setup-uv@v6
@@ -84,7 +84,7 @@ jobs:
84
contents: write # needed for github actions bot to write to repo
85
86
87
88
with:
89
ref: ${{ github.ref }}
90
fetch-depth: 0
.github/workflows/conventional-commits.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
sparse-checkout: |
.github
0 commit comments