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.
2 parents cfdc1a4 + 65adade commit bb9b10eCopy full SHA for bb9b10e
2 files changed
.github/workflows/pre-commit.yml
@@ -11,7 +11,7 @@ jobs:
11
name: lint
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- uses: jdx/mise-action@v3
16
- uses: actions/setup-python@v6
17
with:
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
- name: Checkout
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
20
fetch-depth: 0
21
@@ -41,7 +41,7 @@ jobs:
41
needs: goreleaser
42
43
44
45
46
47
- uses: actions/download-artifact@v7
0 commit comments