diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/frontend.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/translations.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 203ac0f724..37518bb50e 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2 - name: Setup volta - uses: volta-cli/action@v1 + uses: volta-cli/action@v4 - name: Get npm cache directory path id: npm-cache-dir-path diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 67ba56c6ac..c6bb477ab1 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Setup volta - uses: volta-cli/action@v1 + uses: volta-cli/action@v4 - name: Get npm cache directory path id: npm-cache-dir-path |
