Skip to content

Commit 775bd0f

Browse files
yanamichan[bot]CAB233
authored andcommitted
chore(deps): update actions/checkout action to v7
1 parent 3638f43 commit 775bd0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
private-key: ${{ secrets.PRIVATE_KEY }}
2323

2424
- name: Checkout
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626

2727
- name: Renovate
2828
uses: renovatebot/github-action@v46.1.14

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: startsWith(github.head_ref, 'renovate/')
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212
- uses: denoland/setup-deno@v2
1313
with:
1414
deno-version: v2.x

0 commit comments

Comments
 (0)