Update actions/checkout action to v7

This commit is contained in:
renovate[bot]
2026-06-18 19:06:49 +00:00
committed by GitHub
parent c8f5d83e9c
commit dcc0e3fd67
4 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v5
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout master branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: master
path: master
@@ -208,7 +208,7 @@ jobs:
path: release
- name: Checkout Preview branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: "Suwayomi/Suwayomi-Server-preview"
ref: main