From 6b8c91840491c2071fea7c88ca6f99782ec84075 Mon Sep 17 00:00:00 2001 From: Suman Maity Date: Sun, 10 Dec 2023 20:47:13 +0530 Subject: [PATCH] chore: Remove unnecessary nvd nist cache restore key --- .github/workflows/checks.yml | 1 - .talismanrc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d09fa004..cf744244 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -62,7 +62,6 @@ jobs: restore-keys: | ${{ runner.os }}-nvd-nist-cache-${{ steps.get-date.outputs.date }} ${{ runner.os }}-nvd-nist-cache - ${{ runner.os }}-${{ steps.get-date.outputs.date }}-nvd-nist-cache - name: Cache gradle wrapper and jars uses: actions/cache@v3 with: diff --git a/.talismanrc b/.talismanrc index 410d9645..efcb0d00 100644 --- a/.talismanrc +++ b/.talismanrc @@ -2,7 +2,7 @@ fileignoreconfig: - filename: .github/workflows/build.yml checksum: 5d60138edf428b8b1bf147cea770ac3241c08d44ae51089665a7004e6ba3e291 - filename: .github/workflows/checks.yml - checksum: f764f9a35d9dc57b31c323875f5fa69b4d61eb08cabef52facd1eeccfabd0511 + checksum: 9f233870f84c4fb074a144d3abd47b3441214dff1a739bcece5409d2ff6bbde3 - filename: CHANGELOG.md checksum: c6c036d8bc39ed89984d47d43a6831a9aa943a41a0ab90d034ee1cf6ed616e5a - filename: USAGE.md