We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0eb7b7f + 55d4d85 commit 146a767Copy full SHA for 146a767
.github/workflows/go.yml
@@ -23,6 +23,8 @@ jobs:
23
with:
24
# prettier-ignore
25
go-version: '1.22'
26
+ cache: true
27
+ cache-dependency-path: '**/go.sum'
28
29
- name: Download dependencies
30
working-directory: ${{github.workspace}}/go-algorithm
.github/workflows/gradle.yml
@@ -26,7 +26,7 @@ jobs:
java-version: '21'
- name: Setup Gradle
- uses: gradle/gradle-build-action@v3
+ uses: gradle/actions/setup-gradle@v3
31
- name: Test
32
working-directory: ${{github.workspace}}/java-algorithm
0 commit comments