chore(workflow): update github actions (#7508)

This commit is contained in:
Livio Spring
2024-03-07 16:38:38 +01:00
committed by GitHub
parent 89a3ffa6fd
commit 98bd355ce2
11 changed files with 26 additions and 26 deletions

View File

@@ -29,7 +29,7 @@ jobs:
-
uses: actions/checkout@v3
-
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
timeout-minutes: 1
continue-on-error: true
id: cache
@@ -46,7 +46,7 @@ jobs:
version: ${{ inputs.buf_version }}
-
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node_version }}
cache: 'yarn'