From 8a45c5125f8440d49bb98b319d4b95b6c64710d0 Mon Sep 17 00:00:00 2001 From: Seth Moore Date: Wed, 11 Jun 2025 09:24:59 -0700 Subject: [PATCH 1/2] Announce deprecation of the library Redirect users to the much-improved, kotlin-based library. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 05ec88f..d967bca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# DEPRECATED + +Please use https://github.com/android/keyattestation instead. + +----------- + Android Key Attestation Library =================================== From bce7601b805c5765fb777f9e77b34a13d0f95bb4 Mon Sep 17 00:00:00 2001 From: Seth Moore Date: Wed, 11 Jun 2025 10:30:04 -0700 Subject: [PATCH 2/2] Update actions/cache version We were using v1, which is deprecated and blocks submits --- .github/workflows/bazel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 40a3402..ae8282e 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - name: Mount bazel cache - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: "/home/runner/.cache/bazel" key: bazel