Skip to content

Commit cc46e0b

Browse files
ryjoneselribonazo
authored andcommitted
ci: Update to node20 actions
Signed-off-by: Ry Jones <[email protected]> Signed-off-by: Javier Ribó <[email protected]>
1 parent 2e75aa3 commit cc46e0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
fetch-depth: 0
3030

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

3434
- name: "Cache gradle"
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: |
3838
~/.gradle/caches
@@ -43,7 +43,7 @@ jobs:
4343
${{ runner.os }}-gradle-
4444
4545
- name: "Install Java ${{ env.JAVA_VERSION }}"
46-
uses: actions/setup-java@v3
46+
uses: actions/setup-java@v4
4747
with:
4848
java-version: ${{ env.JAVA_VERSION }}
4949
distribution: "zulu"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
xcode-version: '15.0.1'
104104

105-
- uses: crazy-max/ghaction-import-gpg@v5
105+
- uses: crazy-max/ghaction-import-gpg@v6
106106
id: import_gpg
107107
with:
108108
gpg_private_key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}

0 commit comments

Comments
 (0)