Skip to content

Commit 146a767

Browse files
committed
Merge branch 'feature/workflows' into develop
2 parents 0eb7b7f + 55d4d85 commit 146a767

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
# prettier-ignore
2525
go-version: '1.22'
26+
cache: true
27+
cache-dependency-path: '**/go.sum'
2628

2729
- name: Download dependencies
2830
working-directory: ${{github.workspace}}/go-algorithm

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: '21'
2727

2828
- name: Setup Gradle
29-
uses: gradle/gradle-build-action@v3
29+
uses: gradle/actions/setup-gradle@v3
3030

3131
- name: Test
3232
working-directory: ${{github.workspace}}/java-algorithm

0 commit comments

Comments
 (0)