Skip to content

Commit 10209d3

Browse files
Merge pull request #17 from o7studios/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents f3a8c6d + 294ef3b commit 10209d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: 📥 Checkout Code
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: ☕ Setup Java ${{ env.JAVA_VERSION }}
2525
uses: actions/setup-java@v4
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: "📥 Checkout Code (Full History)"
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
fetch-depth: 0
4949

0 commit comments

Comments
 (0)