Skip to content

Commit 0c7b456

Browse files
chore(deps): update actions/checkout action to v6 (#8)
Co-authored-by: org-internal-bot[bot] <192104158+org-internal-bot[bot]@users.noreply.github.com>
1 parent 0ecd386 commit 0c7b456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# - fewer available => longer "queued times"
2727
runs-on: "ubuntu-latest"
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: mozilla-actions/[email protected]
3131
- uses: jdx/mise-action@v3
3232
- run: mise run --jobs 1 :ci

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
app-id: ${{ secrets.INTBOT_APP_ID }}
3131
# owner: ${{ github.repository_owner }}
3232
# repositories: ${{ github.repository }}
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
token: ${{ steps.get_token.outputs.token }}
3636
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)