From 04335bcf9ea5d68da5c31b005bf97d3e0682c768 Mon Sep 17 00:00:00 2001 From: Jordan Longstaff Date: Sat, 22 Aug 2026 10:06:05 -0400 Subject: [PATCH] Upgrade GHA workflows (#491) --- .github/workflows/action-types.yml | 2 +- .github/workflows/main.yml | 6 +++--- .github/workflows/manually.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/action-types.yml b/.github/workflows/action-types.yml index d7b0f55f..83fe026d 100644 --- a/.github/workflows/action-types.yml +++ b/.github/workflows/action-types.yml @@ -9,5 +9,5 @@ jobs: validate-typings: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: krzema12/github-actions-typing@v2 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a94c103..c98e8c79 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: build, test and lint run: | @@ -61,7 +61,7 @@ jobs: distribution: 'zulu' java-version: 25 - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: avd-cache with: path: | @@ -70,7 +70,7 @@ jobs: ~/.android/debug.keystore key: avd-${{ matrix.api-level }}-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.arch }} - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 - name: assemble tests working-directory: test-fixture diff --git a/.github/workflows/manually.yml b/.github/workflows/manually.yml index 5117d7c3..b9ecc4bc 100644 --- a/.github/workflows/manually.yml +++ b/.github/workflows/manually.yml @@ -41,7 +41,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: build, test and lint run: | @@ -55,7 +55,7 @@ jobs: distribution: 'zulu' java-version: 25 - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 - name: enable KVM for linux runners if: runner.os == 'Linux'