From 133eafe9eddc9730ce827de50793f98b84f68607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:04:20 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.2 --- .github/workflows/pr_ci.yml | 2 +- .github/workflows/push_ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 166c0ab6ab..b115536667 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -40,7 +40,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: | ~/.cache/ccache diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index 5c8de0a2c0..628a313d9a 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -45,7 +45,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: | ~/.cache/ccache @@ -184,7 +184,7 @@ jobs: git status telegram-bot-api >> telegram-bot-api-status - name: Cache Bot API Binary id: cache-bot-api - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: telegram-bot-api-binary key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }}