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 b6e0cb3..006d9d4 100644 --- a/.github/workflows/firebase_test_lab.yml +++ b/.github/workflows/firebase_test_lab.yml @@ -19,10 +19,10 @@ 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 + - uses: dorny/paths-filter@v3 id: filter with: filters: | @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 @@ -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 }}' diff --git a/.github/workflows/generate-bp.yml b/.github/workflows/generate-bp.yml index cc9b486..f5946fb 100644 --- a/.github/workflows/generate-bp.yml +++ b/.github/workflows/generate-bp.yml @@ -23,8 +23,8 @@ jobs: macrobenchmark: ${{ steps.filter.outputs.macrobenchmark }} steps: - name: Checkout - uses: actions/checkout@v3 - - uses: dorny/paths-filter@v2 + uses: actions/checkout@v4 + - uses: dorny/paths-filter@v3 id: filter with: filters: | @@ -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