Skip to content

Commit 36f19f6

Browse files
committed
Update GitHub Actions action versions
1 parent 23fb6f9 commit 36f19f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/build-gradle/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
using: "composite"
4646
steps:
4747
- name: Setup Java 17
48-
uses: actions/setup-java@v4
48+
uses: actions/setup-java@v5
4949
with:
5050
java-version: 17
5151
distribution: adopt
@@ -66,7 +66,7 @@ runs:
6666
env:
6767
SECRETS_GPG_COMMAND: gpg2
6868
- name: Setup Gradle
69-
uses: gradle/actions/setup-gradle@v4
69+
uses: gradle/actions/setup-gradle@v5
7070
with:
7171
cache-read-only: ${{ inputs.gradle-cache-read-only }}
7272
gradle-home-cache-strict-match: true
@@ -88,7 +88,7 @@ runs:
8888
subject-path: ${{ inputs.upload-path }}
8989
- name: Upload artifacts
9090
if: ${{ !(inputs.skip-upload == 'true') }}
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: ${{ inputs.upload-name }}
9494
path: ${{ inputs.upload-path }}

.github/workflows/manual-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
gradle-home-cache-strict-match: true
5050

5151
- name: Cache AVDs
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
id: avd-cache
5454
with:
5555
path: |
@@ -79,7 +79,7 @@ jobs:
7979
script: ./gradlew connectedCheck
8080

8181
- name: Upload test results
82-
uses: actions/upload-artifact@v5
82+
uses: actions/upload-artifact@v6
8383
if: always()
8484
with:
8585
name: instr-api${{ matrix.api-level }}-${{ steps.date.outputs.now }}

0 commit comments

Comments
 (0)