@codfish/actions-playground 4.13.0 → 4.15.0

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.
@@ -48,8 +48,8 @@ jobs:
48
48
  - name: docker build
49
49
  run: docker build -t codfish/actions-playground:latest .
50
50
 
51
- - name: semantic release dry-run
52
- uses: codfish/semantic-release-action@upgrade
51
+ - name: semantic release dry run
52
+ uses: codfish/semantic-release-action@v2
53
53
  id: semantic-dry-run
54
54
  with:
55
55
  dry_run: true
@@ -72,7 +72,7 @@ jobs:
72
72
  SEMANTIC_OUTPUTS: ${{ toJson(steps.semantic-dry-run.outputs) }}
73
73
 
74
74
  - name: semantic-release
75
- uses: codfish/semantic-release-action@upgrade
75
+ uses: docker://ghcr.io/codfish/semantic-release-action@sha256:601fd6c1db9efbcfabd34ba4563e7d0b9eb0f8ba11316e3e7d6a9b6883dac8ba
76
76
  id: semantic
77
77
  with:
78
78
  branches: |
package/Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN npm ci
10
10
  COPY ./src ./src
11
11
  COPY ./public ./public
12
12
 
13
- ENV RELEASE_VERSION=4.13.0
13
+ ENV RELEASE_VERSION=4.15.0
14
14
 
15
15
  RUN npm run build
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "4.13.0",
3
+ "version": "4.15.0",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -1,3 +1,3 @@
1
- appVersion: 4.13.0
1
+ appVersion: 4.15.0
2
2
  name: actions-playground
3
- version: 4.13.0
3
+ version: 4.15.0