Skip to content

Commit 28d59b9

Browse files
committed
fix cicd
1 parent fa62118 commit 28d59b9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_and_test.yml

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

3434
steps:
3535
- name: Checkout Repository
36-
uses: actions/checkout@v7
36+
uses: actions/checkout@v6
3737
with:
3838
ref: ${{ inputs.target_branch || github.ref }}
3939

.github/workflows/format_java.yml

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

2121
steps:
2222
- name: Checkout Repository
23-
uses: actions/checkout@v7
23+
uses: actions/checkout@v6
2424
with:
2525
ref: ${{ github.head_ref }}
2626

.github/workflows/test_java.yml

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

1818
steps:
1919
- name: Checkout Repository
20-
uses: actions/checkout@v7
20+
uses: actions/checkout@v6
2121

2222
- name: Apply patch to buildscript.properties
2323
run: sed -i 's/debug_all = false/debug_all = true/g' buildscript.properties

.github/workflows/update_buildscript.yml

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

2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v7
22+
uses: actions/checkout@v6
2323

2424
- name: Setup Build
2525
uses: ./.github/actions/build_setup

.github/workflows/update_gradle_cache.yml

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

2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v7
22+
uses: actions/checkout@v6
2323

2424
- name: Setup Build
2525
uses: ./.github/actions/build_setup

0 commit comments

Comments
 (0)