Skip to content

Commit

Permalink
chore(protocol-desiger): update pd-test-build-deploy action/cache v3 (#…
Browse files Browse the repository at this point in the history
…17492)

update the github action/cache version from v2 to v3 since v2 is
deprecated since februrary 1st.
  • Loading branch information
jerader authored Feb 11, 2025
1 parent bd91faa commit ed6400f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pd-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update && sudo apt-get install libudev-dev
- name: 'cache yarn cache'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ github.workspace }}/.yarn-cache
Expand Down

0 comments on commit ed6400f

Please sign in to comment.