diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-10 14:22:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 14:22:21 +0000 |
commit | 0a8ee43eae0e375dbf245897a3f84f338e31cbd1 (patch) | |
tree | a07d6c387123742e62eaa6cb9b14bb13e3efb062 | |
parent | 9c59b51716f0503d4205f68be91aa2a9dda58832 (diff) |
chore(deps): update usefulness/agp-version-finder-action digest to 59c81bc (#2944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 c4383d87..91fddf7d 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@2e27d3b2fdcddf9894df4d6edffdd90e232312fa # v1 + uses: usefulness/agp-version-finder-action@59c81bc46c56a1a1255659027ca2db6047154952 # v1 - id: build-agp-matrix run: echo 'agp-versions=["${{ steps.agp-version-finder.outputs.latest-beta }}","${{ steps.agp-version-finder.outputs.latest-alpha }}"]' >> $GITHUB_OUTPUT |