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 c961b3c commit 3ec5f4eCopy full SHA for 3ec5f4e
.github/workflows/docker.yml
@@ -25,7 +25,7 @@ jobs:
25
packages: write
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
with:
30
fetch-depth: 200
31
fetch-tags: true
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
DEPENDS: ${{ matrix.dependencies }}
46
47
48
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
49
50
submodules: recursive
51
fetch-depth: 0
@@ -85,7 +85,7 @@ jobs:
85
check: ["style", "spellcheck"]
86
87
88
89
90
persist-credentials: false
91
- name: Install the latest version of uv
0 commit comments