diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-26 22:01:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 16:31:42 +0000 |
commit | 1877c6ab5a987e08797b13e4dc619294d03d4c02 (patch) | |
tree | 13968124584a13bb11c27bfef87376583aa3e6cc /.github | |
parent | 173e802a369313952bcaa1ef65686a40c99659a3 (diff) |
chore(deps): update usefulness/agp-version-finder-action digest to aecea9c (#3067)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/shadow_job.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/shadow_job.yml b/.github/workflows/shadow_job.yml index 1b2959f0..df343471 100644 --- a/.github/workflows/shadow_job.yml +++ b/.github/workflows/shadow_job.yml @@ -14,7 +14,7 @@ jobs: agp-versions: ${{ steps.build-agp-matrix.outputs.agp-versions }} steps: - id: agp-version-finder - uses: usefulness/agp-version-finder-action@59c81bc46c56a1a1255659027ca2db6047154952 # v1 + uses: usefulness/agp-version-finder-action@aecea9c2f6cb188f39f5512d1d2e0bd4afda89e1 # v1 - id: build-agp-matrix shell: bash run: echo 'agp-versions=["${{ steps.agp-version-finder.outputs.latest-beta }}","${{ steps.agp-version-finder.outputs.latest-alpha }}"]' >> $GITHUB_OUTPUT |