chore(deps): update actions/cache action to v4 (#767)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-18 09:18:15 +08:00
committed by GitHub
parent 6fa353744c
commit 947eed66be
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ jobs:
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
ccache -zp
- name: Cache Native Build
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.cache/ccache

View File

@@ -45,7 +45,7 @@ jobs:
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
ccache -zp
- name: Cache Native Build
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
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.3
uses: actions/cache@v4.0.0
with:
path: telegram-bot-api-binary
key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }}