Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
Merge pull request #152 from cuaklabs/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v3
  • Loading branch information
notaphplover authored Jun 13, 2022
2 parents 62c93dc + 3cca636 commit 9bdb85d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
echo "::set-output name=gitCommitHash::$(git rev-parse HEAD)"
- uses: actions/cache@v2
- uses: actions/cache@v3
id: ts-build-cache
with:
path: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
echo "::set-output name=gitCommitHash::$(git rev-parse HEAD)"
- uses: actions/cache@v2
- uses: actions/cache@v3
id: ts-build-cache
with:
path: |
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
run: |
echo "::set-output name=gitCommitHash::$(git rev-parse HEAD)"
- uses: actions/cache@v2
- uses: actions/cache@v3
id: ts-build-cache
with:
path: |
Expand Down

0 comments on commit 9bdb85d

Please sign in to comment.