@codfish/actions-playground 0.0.0-PR-98--4b8b96d → 0.0.0-PR-98--99629b1

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.
@@ -35,7 +35,7 @@ jobs:
35
35
  with:
36
36
  run_install: false
37
37
 
38
- - uses: codfish/actions/setup-node-and-install@v1
38
+ - uses: codfish/actions/setup-node-and-install@v3
39
39
 
40
40
  - shell: bash
41
41
  run: |
@@ -21,7 +21,7 @@ jobs:
21
21
  with:
22
22
  run_install: false
23
23
 
24
- - uses: codfish/actions/setup-node-and-install@v1
24
+ - uses: codfish/actions/setup-node-and-install@v3
25
25
 
26
26
  - name: install commitlint deps
27
27
  run: pnpm add @commitlint/{cli,config-angular}
@@ -18,7 +18,7 @@ jobs:
18
18
  steps:
19
19
  - uses: actions/checkout@v6
20
20
 
21
- - name: troubleshooting github context
21
+ - name: troubleshooting
22
22
  env:
23
23
  GITHUB_CONTEXT: ${{ toJson(github) }}
24
24
  run: |
@@ -26,7 +26,7 @@ jobs:
26
26
  git branch -a
27
27
  echo "$GITHUB_CONTEXT"
28
28
 
29
- - uses: codfish/actions/setup-node-and-install@npm-trusted-publishing
29
+ - uses: codfish/actions/setup-node-and-install@v3
30
30
  id: node-setup
31
31
 
32
32
  - name: Dump pnpm outputs
@@ -108,7 +108,7 @@ jobs:
108
108
  - name: Build package
109
109
  run: pnpm build
110
110
 
111
- - uses: codfish/actions/npm-publish-pr@npm-trusted-publishing
111
+ - uses: codfish/actions/npm-publish-pr@v3
112
112
  with:
113
113
  github-token: ${{ secrets.GITHUB_TOKEN }}
114
114
 
@@ -126,7 +126,7 @@ jobs:
126
126
  echo "size=$size" >> $GITHUB_OUTPUT
127
127
  id: build
128
128
 
129
- - uses: codfish/actions/comment@v1
129
+ - uses: codfish/actions/comment@v3
130
130
  with:
131
131
  message: |
132
132
  ## 🚀 **Build Summary**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-98--4b8b96d",
3
+ "version": "0.0.0-PR-98--99629b1",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {