Skip to content

Commit

Permalink
ci: Update to node20 actions
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <[email protected]>
Signed-off-by: Javier Ribó <[email protected]>
  • Loading branch information
ryjones authored and elribonazo committed Jul 12, 2024
1 parent 2e75aa3 commit cc46e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
fetch-depth: 0

- name: "Validate Gradle Wrapper"
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v3

- name: "Cache gradle"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -43,7 +43,7 @@ jobs:
${{ runner.os }}-gradle-
- name: "Install Java ${{ env.JAVA_VERSION }}"
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
with:
xcode-version: '15.0.1'

- uses: crazy-max/ghaction-import-gpg@v5
- uses: crazy-max/ghaction-import-gpg@v6
id: import_gpg
with:
gpg_private_key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
Expand Down

0 comments on commit cc46e0b

Please sign in to comment.