@codfish/actions-playground 0.0.0-PR-97--5fc17f4 → 0.0.0-PR-82--c4a7da1

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.
@@ -79,7 +79,7 @@ jobs:
79
79
  run: npm audit signatures
80
80
 
81
81
  - name: semantic-release
82
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:327a3ce08284f9dd9b83b607e3f668dae90139e68ce90780b0a43a09d577dc3a
82
+ uses: docker://ghcr.io/codfish/semantic-release-action@sha256:33086fe34542fd7e01c8efc8f1c57ae5204483d90df9c2c7445dec3db6108050
83
83
  id: semantic
84
84
  with:
85
85
  additional-packages: |
@@ -7,7 +7,7 @@ jobs:
7
7
  runs-on: ubuntu-latest
8
8
 
9
9
  steps:
10
- - uses: actions/checkout@v5
10
+ - uses: actions/checkout@v6
11
11
 
12
12
  - run: printenv
13
13
 
@@ -7,7 +7,7 @@ jobs:
7
7
  runs-on: ubuntu-latest
8
8
 
9
9
  steps:
10
- - uses: actions/checkout@v5
10
+ - uses: actions/checkout@v6
11
11
 
12
12
  - run: printenv
13
13
 
@@ -37,7 +37,7 @@ jobs:
37
37
  echo "PNPM_HOME: $PNPM_HOME"
38
38
 
39
39
  - name: semantic release dry run
40
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:327a3ce08284f9dd9b83b607e3f668dae90139e68ce90780b0a43a09d577dc3a
40
+ uses: docker://ghcr.io/codfish/semantic-release-action@sha256:33086fe34542fd7e01c8efc8f1c57ae5204483d90df9c2c7445dec3db6108050
41
41
  with:
42
42
  dry-run: true
43
43
  additional-packages: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-97--5fc17f4",
3
+ "version": "0.0.0-PR-82--c4a7da1",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.7.4",
31
- "@testing-library/jest-dom": "^6.0.0",
32
- "@testing-library/react": "^16.0.0",
31
+ "@testing-library/jest-dom": "^5.16.5",
32
+ "@testing-library/react": "^13.3.0",
33
33
  "@testing-library/user-event": "^14.4.3",
34
34
  "react": "^18.2.0",
35
35
  "react-dom": "^18.2.0",