diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 4a33eb0b05..ce6502ee4c 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -52,7 +52,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cache/ccache diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index f74fcf4d17..3c6941f559 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -61,7 +61,7 @@ jobs: ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion' ccache -zp - name: Cache Native Build - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cache/ccache @@ -189,7 +189,7 @@ jobs: git status telegram-bot-api >> telegram-bot-api-status - name: Cache Bot API Binary id: cache-bot-api - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: telegram-bot-api-binary key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }}