@codfish/actions-playground 0.0.0-PR-42--9066479 → 0.0.0-PR-43--90b7aa2

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.
@@ -37,13 +37,12 @@ jobs:
37
37
  run: docker build -t codfish/actions-playground:latest .
38
38
 
39
39
  - name: semantic release dry run
40
- uses: docker://ghcr.io/codfish/semantic-release-action:v1
40
+ uses: docker://ghcr.io/codfish/semantic-release-action:v2
41
41
  id: semantic-dry-run
42
42
  with:
43
43
  dry_run: true
44
44
  branches: |
45
45
  [
46
- '+([0-9])?(.{+([0-9]),x}).x',
47
46
  'main',
48
47
  'next',
49
48
  'next-major',
@@ -61,7 +60,7 @@ jobs:
61
60
  SEMANTIC_OUTPUTS: ${{ toJson(steps.semantic-dry-run.outputs) }}
62
61
 
63
62
  - name: semantic release
64
- uses: docker://ghcr.io/codfish/semantic-release-action:v1
63
+ uses: docker://ghcr.io/codfish/semantic-release-action@sha256:91ea452696d93a34a30aff20b34614b75e8fddc82b598fc8fa57c3ac07e6d6da
65
64
  id: semantic
66
65
  with:
67
66
  branches: |
package/Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN npm ci
8
8
 
9
9
  COPY src src
10
10
 
11
- ENV RELEASE_VERSION=4.1.0
11
+ ENV RELEASE_VERSION=4.4.0
12
12
 
13
13
  RUN npm run build
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-42--9066479",
3
+ "version": "0.0.0-PR-43--90b7aa2",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "main": "dist/index.js",
6
6
  "private": false,
@@ -35,7 +35,7 @@
35
35
  "devDependencies": {
36
36
  "@commitlint/cli": "^8.2.0",
37
37
  "@commitlint/config-conventional": "^8.2.0",
38
- "cod-scripts": "^3.3.0",
38
+ "cod-scripts": "^0.0.0-PR-194--e725f84",
39
39
  "jsdoc": "^3.6.3",
40
40
  "markdownlint-cli": "^0.18.0"
41
41
  },