Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit 992234f

Browse files
authored
Merge pull request #159 from bright-room/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents 8ae40c9 + fa409ca commit 992234f

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/on-pull-request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414

1515
- name: Spotless Check
1616
uses: ./.github/actions/gradle-action
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout Repository
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727

2828
- name: Javadoc Check
2929
uses: ./.github/actions/gradle-action
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout Repository
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141

4242
- name: Unit Test
4343
uses: ./.github/actions/gradle-action
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout Repository
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555

5656
- name: Integration Test
5757
uses: ./.github/actions/gradle-action

.github/workflows/on-tag-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121

@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 15
3434
steps:
3535
- name: Checkout Repository
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
with:
3838
ref: ${{ github.ref_name }}
3939

.github/workflows/on-workflow-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fi
2727
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
fetch-depth: 0
3232

.github/workflows/seed-gradle-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515

1616
- name: Build
1717
uses: ./.github/actions/gradle-action

0 commit comments

Comments
 (0)