chore(deps): pin actions/cache action to 88522ab

This commit is contained in:
renovate[bot] 2023-05-27 23:56:18 +00:00 committed by GitHub
parent 4764698583
commit b2470ca89b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ jobs:
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}" run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
- name: Cache build-tools - name: Cache build-tools
uses: actions/cache@v3 uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with: with:
path: ${{ steps.build-tools-path.outputs.dir }} path: ${{ steps.build-tools-path.outputs.dir }}
key: ${{ runner.os }}-34.0.0-rc3 key: ${{ runner.os }}-34.0.0-rc3

View file

@ -32,7 +32,7 @@ jobs:
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}" run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
- name: Cache build-tools - name: Cache build-tools
uses: actions/cache@v3 uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with: with:
path: ${{ steps.build-tools-path.outputs.dir }} path: ${{ steps.build-tools-path.outputs.dir }}
key: ${{ runner.os }}-34.0.0-rc3 key: ${{ runner.os }}-34.0.0-rc3
@ -75,7 +75,7 @@ jobs:
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}" run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
- name: Cache build-tools - name: Cache build-tools
uses: actions/cache@v3 uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with: with:
path: ${{ steps.build-tools-path.outputs.dir }} path: ${{ steps.build-tools-path.outputs.dir }}
key: ${{ runner.os }}-34.0.0-rc3 key: ${{ runner.os }}-34.0.0-rc3

View file

@ -28,7 +28,7 @@ jobs:
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}" run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
- name: Cache build-tools - name: Cache build-tools
uses: actions/cache@v3 uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with: with:
path: ${{ steps.build-tools-path.outputs.dir }} path: ${{ steps.build-tools-path.outputs.dir }}
key: ${{ runner.os }}-34.0.0-rc3 key: ${{ runner.os }}-34.0.0-rc3

View file

@ -22,7 +22,7 @@ jobs:
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}" run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
- name: Cache build-tools - name: Cache build-tools
uses: actions/cache@v3 uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with: with:
path: ${{ steps.build-tools-path.outputs.dir }} path: ${{ steps.build-tools-path.outputs.dir }}
key: ${{ runner.os }}-34.0.0-rc3 key: ${{ runner.os }}-34.0.0-rc3