Skip to content

Commit

Permalink
Merge pull request #47 from dropbox/rh/actions
Browse files Browse the repository at this point in the history
Updates actions.
  • Loading branch information
rharter authored Jun 6, 2024
2 parents b3fedd6 + 5ebe920 commit f74f5c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
uses: actions/checkout@v2

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
uses: gradle/actions/wrapper-validation@v3

- name: Generate cache key
run: .github/scripts/checksum.sh checksum.txt

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
restore-keys: |
${{ runner.os }}-gradle
- name: Install JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v2

- name: Install JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
Expand Down

0 comments on commit f74f5c6

Please sign in to comment.