@codfish/actions 0.0.0-PR-93--78fcbcd → 0.0.0-PR-87--87f5e61

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.
@@ -42,7 +42,7 @@ runs:
42
42
  using: composite
43
43
 
44
44
  steps:
45
- - uses: codfish/actions/comment@1b3543a33a4923d92511236b76a5708b433a2f61 # v4
45
+ - uses: codfish/actions/comment@a5d670e3eacf83aa1e1f906b86b04b8215c17e99 # v3
46
46
  if: inputs.comment == 'true'
47
47
  with:
48
48
  message: ⏳ Publishing PR version...
@@ -332,7 +332,7 @@ runs:
332
332
  PR: ${{ github.event.number }}
333
333
  SHA: ${{ github.event.pull_request.head.sha }}
334
334
 
335
- - uses: codfish/actions/comment@1b3543a33a4923d92511236b76a5708b433a2f61 # v4
335
+ - uses: codfish/actions/comment@a5d670e3eacf83aa1e1f906b86b04b8215c17e99 # v3
336
336
  if: failure() && inputs.comment == 'true'
337
337
  with:
338
338
  message: |
@@ -344,7 +344,7 @@ runs:
344
344
  upsert: true
345
345
  tag: ${{ inputs.comment-tag }}
346
346
 
347
- - uses: codfish/actions/comment@1b3543a33a4923d92511236b76a5708b433a2f61 # v4
347
+ - uses: codfish/actions/comment@a5d670e3eacf83aa1e1f906b86b04b8215c17e99 # v3
348
348
  if: success() && inputs.comment == 'true'
349
349
  with:
350
350
  message: |
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-93--78fcbcd",
7
+ "version": "0.0.0-PR-87--87f5e61",
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@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
86
+ uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6
87
87
  id: pnpm-setup
88
88
  with:
89
89
  run_install: false