From 703bef49cdc3bde1e126b7f3ddd9affc7ac17e67 Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Wed, 2 Oct 2024 11:04:19 +0200 Subject: [PATCH 1/3] Update github auth action --- .github/workflows/firebase_test_lab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase_test_lab.yml b/.github/workflows/firebase_test_lab.yml index b6e0cb3..20dc4a2 100644 --- a/.github/workflows/firebase_test_lab.yml +++ b/.github/workflows/firebase_test_lab.yml @@ -60,7 +60,7 @@ jobs: wrapper-directory: ${{ github.workspace }}/MacrobenchmarkSample/gradle/wrapper - name: 'Authenticate Cloud SDK' - uses: 'google-github-actions/auth@v0' + uses: 'google-github-actions/auth@v2' with: credentials_json: '${{ secrets.GCP_CREDENTIALS }}' From 643c0aa764db70a63be0b0411e1a309e9d6b60ab Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Wed, 2 Oct 2024 16:25:42 +0200 Subject: [PATCH 2/3] Update checkout action to v4 --- .github/workflows/copy-branch.yml | 2 +- .github/workflows/firebase_test_lab.yml | 4 ++-- .github/workflows/generate-bp.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/copy-branch.yml b/.github/workflows/copy-branch.yml index b5b0171..6c363fe 100644 --- a/.github/workflows/copy-branch.yml +++ b/.github/workflows/copy-branch.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it, # but specifies master branch (old default). - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: master diff --git a/.github/workflows/firebase_test_lab.yml b/.github/workflows/firebase_test_lab.yml index 20dc4a2..552b6d7 100644 --- a/.github/workflows/firebase_test_lab.yml +++ b/.github/workflows/firebase_test_lab.yml @@ -19,7 +19,7 @@ jobs: macrobenchmark: ${{ steps.filter.outputs.macrobenchmark }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 - uses: dorny/paths-filter@v2 @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 diff --git a/.github/workflows/generate-bp.yml b/.github/workflows/generate-bp.yml index cc9b486..240c4a6 100644 --- a/.github/workflows/generate-bp.yml +++ b/.github/workflows/generate-bp.yml @@ -23,7 +23,7 @@ jobs: macrobenchmark: ${{ steps.filter.outputs.macrobenchmark }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: dorny/paths-filter@v2 id: filter with: @@ -42,7 +42,7 @@ jobs: working-directory: ./MacrobenchmarkSample steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup JDK id: setup-java From 2a81bb2132570b4baf75a0f5cd512be2ed14a5d0 Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Wed, 2 Oct 2024 16:26:59 +0200 Subject: [PATCH 3/3] Update paths-filter to v3 --- .github/workflows/firebase_test_lab.yml | 2 +- .github/workflows/generate-bp.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase_test_lab.yml b/.github/workflows/firebase_test_lab.yml index 552b6d7..006d9d4 100644 --- a/.github/workflows/firebase_test_lab.yml +++ b/.github/workflows/firebase_test_lab.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v3 id: filter with: filters: | diff --git a/.github/workflows/generate-bp.yml b/.github/workflows/generate-bp.yml index 240c4a6..f5946fb 100644 --- a/.github/workflows/generate-bp.yml +++ b/.github/workflows/generate-bp.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v3 id: filter with: filters: |