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 a7bfc69 + 41961bf commit b0e6ab7Copy full SHA for b0e6ab7
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
15
- uses: astral-sh/setup-uv@v6
16
.github/workflows/merge-checks.yml
@@ -20,7 +20,7 @@ jobs:
20
statuses: write
21
22
23
24
25
- uses: actions/github-script@v7
26
id: get-head-hash
.github/workflows/rebase.yml
@@ -19,7 +19,7 @@ jobs:
19
pull-requests: read
with:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
fetch-depth: 0
0 commit comments