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 0ecd386 commit 0c7b456Copy full SHA for 0c7b456
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
# - fewer available => longer "queued times"
27
runs-on: "ubuntu-latest"
28
steps:
29
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
30
- uses: mozilla-actions/[email protected]
31
- uses: jdx/mise-action@v3
32
- run: mise run --jobs 1 :ci
.github/workflows/renovate.yml
@@ -30,7 +30,7 @@ jobs:
app-id: ${{ secrets.INTBOT_APP_ID }}
# owner: ${{ github.repository_owner }}
# repositories: ${{ github.repository }}
33
34
with:
35
token: ${{ steps.get_token.outputs.token }}
36
ref: ${{ github.head_ref }}
0 commit comments