diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-23 13:37:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 13:37:37 +0530 |
commit | e791677d70a9296f946b222d019dde85420bcac7 (patch) | |
tree | d772d906cd37ce0b07466b3675758badb080589f /.github | |
parent | 9b3fd4b06477039579d99631046978384e874eb6 (diff) |
chore(deps): pin usefulness/agp-version-finder-action action to 9084404 (#2433)
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 aa261b6a..2dd6cc61 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@v1 + uses: usefulness/agp-version-finder-action@90844048a634a3fef57d3deba3cfe697f6fb001e # v1 - id: build-agp-matrix run: echo 'agp-versions=["${{ steps.agp-version-finder.outputs.latest-stable }}", "${{ steps.agp-version-finder.outputs.latest-beta }}","${{ steps.agp-version-finder.outputs.latest-alpha }}"]' >> $GITHUB_OUTPUT |