mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
chore(deps): pin actions/cache action to 88522ab (#2532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/codeql_analysis.yml
vendored
2
.github/workflows/codeql_analysis.yml
vendored
@@ -34,7 +34,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
|
||||||
|
2
.github/workflows/deploy_github_releases.yml
vendored
2
.github/workflows/deploy_github_releases.yml
vendored
@@ -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
|
||||||
|
@@ -21,7 +21,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
|
||||||
|
2
.github/workflows/deploy_snapshot.yml
vendored
2
.github/workflows/deploy_snapshot.yml
vendored
@@ -33,7 +33,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
|
||||||
|
2
.github/workflows/draft_new_release.yml
vendored
2
.github/workflows/draft_new_release.yml
vendored
@@ -46,7 +46,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
|
||||||
|
12
.github/workflows/pull_request.yml
vendored
12
.github/workflows/pull_request.yml
vendored
@@ -51,7 +51,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
|
||||||
@@ -97,7 +97,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
|
||||||
@@ -150,7 +150,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
|
||||||
@@ -196,7 +196,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
|
||||||
@@ -242,7 +242,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
|
||||||
@@ -288,7 +288,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
|
||||||
|
2
.github/workflows/shadow_job.yml
vendored
2
.github/workflows/shadow_job.yml
vendored
@@ -48,7 +48,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
|
||||||
|
2
.github/workflows/sync_crowdin.yml
vendored
2
.github/workflows/sync_crowdin.yml
vendored
@@ -21,7 +21,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
|
||||||
|
@@ -21,7 +21,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
|
||||||
|
Reference in New Issue
Block a user