Skip to content

Commit 746e815

Browse files
[FSSDK-11465] chore: update github actions (#571)
* Update build.yml * Update integration_test.yml * Update build.yml * Update java.yml * Update java.yml * Update build.yml * Update java.yml * Update build.yml * Update build.yml
1 parent 8f75085 commit 746e815

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ jobs:
2222
run_build:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: set up JDK 8
2727
uses: actions/setup-java@v2
2828
with:
2929
java-version: '8'
3030
distribution: 'temurin'
31-
cache: gradle
3231
- name: Grant execute permission for gradlew
3332
run: chmod +x gradlew
3433
- name: ${{ inputs.action }}

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
# You should create a personal access token and store it in your repository
1919
token: ${{ secrets.CI_USER_TOKEN }}

0 commit comments

Comments
 (0)