ci: Update versions of actions (#10270)

* ci: update versions of actions

* ci: attempt fix
This commit is contained in:
Jiralite
2024-05-13 10:35:25 +01:00
committed by GitHub
parent 914cc4ba54
commit c78af13c1e
16 changed files with 84 additions and 64 deletions

View File

@@ -9,7 +9,7 @@ runs:
with:
swap-size-gb: 10
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
with:
run_install: false
@@ -26,7 +26,7 @@ runs:
run: |
echo "YEAR_MONTH=$(/bin/date -u "+%Y%m")" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-config.outputs.STORE_PATH }}