Browse Source

Merge pull request #1015 from peers/renovate/actions-cache-3.x

chore(deps): update actions/cache action to v3
Jonas Gloning 2 years ago
parent
commit
def8a4b6f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/prettier.yml

+ 1 - 1
.github/workflows/prettier.yml

@@ -11,7 +11,7 @@ jobs:
     steps:
       - name: Check out repo
         uses: actions/checkout@v2
-      - uses: actions/cache@v2
+      - uses: actions/cache@v3
         name: Configure npm caching
         with:
           path: ~/.npm