@codfish/actions 0.0.0-PR-71--f76b830 → 0.0.0-PR-73--cae632e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "Composite GitHub Actions for my projects.",
5
5
  "author": "Chris O'Donnell <chris@codfish.dev>",
6
6
  "license": "MIT",
7
- "version": "0.0.0-PR-71--f76b830",
7
+ "version": "0.0.0-PR-73--cae632e",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/codfish/actions.git"
@@ -83,7 +83,7 @@ runs:
83
83
 
84
84
  - name: Install pnpm
85
85
  if: steps.detect-package-manager.outputs.package-manager == 'pnpm'
86
- uses: pnpm/action-setup@v4
86
+ uses: pnpm/action-setup@v5
87
87
  id: pnpm-setup
88
88
  with:
89
89
  run_install: false