File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 paths :
8- - " generated/java/**"
9- - " .github/workflows/build-java.yml"
8+ - " generated/java/**"
9+ - " .github/workflows/build-java.yml"
1010 pull_request :
1111 branches :
1212 - main
1313 paths :
14- - " generated/java/**"
15- - " .github/workflows/build-java.yml"
14+ - " generated/java/**"
15+ - " .github/workflows/build-java.yml"
1616
1717jobs :
1818 build :
@@ -39,14 +39,13 @@ jobs:
3939 token_format : access_token
4040
4141 - name : Cache Maven packages
42- uses : actions/cache@v3
42+ uses : actions/cache@v4
4343 with :
4444 path : ~/.m2
4545 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
4646 restore-keys : ${{ runner.os }}-m2
4747
4848 - name : Build with Maven and deploy to Artifact Registry
4949 run : |
50- pushd generated/java/datadoc-model
51- ./mvnw --batch-mode -P ssb deploy
52-
50+ pushd generated/java/datadoc-model
51+ ./mvnw --batch-mode -P ssb deploy
Original file line number Diff line number Diff line change 4141 token_format : access_token
4242
4343 - name : Cache Maven packages
44- uses : actions/cache@v3
44+ uses : actions/cache@v4
4545 with :
4646 path : ~/.m2
4747 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2626 with :
2727 python-version : " 3.11"
2828 - uses : Gr1N/setup-poetry@v8
29- - uses : actions/cache@v2
29+ - uses : actions/cache@v4
3030 with :
3131 path : ~/.cache/pypoetry/virtualenvs
3232 key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
You can’t perform that action at this time.
0 commit comments