We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f75085 commit 746e815Copy full SHA for 746e815
.github/workflows/build.yml
@@ -22,13 +22,12 @@ jobs:
22
run_build:
23
runs-on: ubuntu-latest
24
steps:
25
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
26
- name: set up JDK 8
27
uses: actions/setup-java@v2
28
with:
29
java-version: '8'
30
distribution: 'temurin'
31
- cache: gradle
32
- name: Grant execute permission for gradlew
33
run: chmod +x gradlew
34
- name: ${{ inputs.action }}
.github/workflows/integration_test.yml
@@ -13,7 +13,7 @@ jobs:
13
test:
14
15
16
- - uses: actions/checkout@v3
17
18
# You should create a personal access token and store it in your repository
19
token: ${{ secrets.CI_USER_TOKEN }}
0 commit comments