diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8d7417..6fe53c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: # Setup PNPM - name: 🟨 Setup PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: latest diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 4e75197..0d4a013 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,4 +17,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v4 - name: 'Dependency Review' - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/reformat-and-lint.yml b/.github/workflows/reformat-and-lint.yml index 56d12dc..5fb4e56 100644 --- a/.github/workflows/reformat-and-lint.yml +++ b/.github/workflows/reformat-and-lint.yml @@ -22,7 +22,7 @@ jobs: # Setup PNPM - name: 🟨 Setup PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: latest