chore: bump action versions

This commit is contained in:
Adrian Castro
2024-02-15 10:24:41 +01:00
parent 6ecf3f5841
commit 4d754061ea
3 changed files with 9 additions and 9 deletions

View File

@@ -26,14 +26,14 @@ jobs:
with: with:
node-version: 21 node-version: 21
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v3
name: Install pnpm name: Install pnpm
with: with:
version: 8 version: 8
run_install: false run_install: false
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v3 uses: actions/setup-java@v4
with: with:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
@@ -83,7 +83,7 @@ jobs:
with: with:
node-version: 21 node-version: 21
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v3
name: Install pnpm name: Install pnpm
with: with:
version: 8 version: 8

View File

@@ -22,14 +22,14 @@ jobs:
with: with:
node-version: 21 node-version: 21
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v3
name: Install pnpm name: Install pnpm
with: with:
version: 8 version: 8
run_install: false run_install: false
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v3 uses: actions/setup-java@v4
with: with:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
@@ -75,7 +75,7 @@ jobs:
with: with:
node-version: 21 node-version: 21
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v3
name: Install pnpm name: Install pnpm
with: with:
version: 8 version: 8

View File

@@ -41,14 +41,14 @@ jobs:
with: with:
node-version: 21 node-version: 21
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v3
name: Install pnpm name: Install pnpm
with: with:
version: 8 version: 8
run_install: false run_install: false
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v3 uses: actions/setup-java@v4
with: with:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
@@ -89,7 +89,7 @@ jobs:
with: with:
node-version: 21 node-version: 21
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v3
name: Install pnpm name: Install pnpm
with: with:
version: 8 version: 8