@codfish/actions-playground 4.3.0 → 4.4.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.
@@ -60,7 +60,7 @@ jobs:
60
60
  SEMANTIC_OUTPUTS: ${{ toJson(steps.semantic-dry-run.outputs) }}
61
61
 
62
62
  - name: semantic release
63
- uses: docker://ghcr.io/codfish/semantic-release-action:v2
63
+ uses: docker://ghcr.io/codfish/semantic-release-action@sha256:91ea452696d93a34a30aff20b34614b75e8fddc82b598fc8fa57c3ac07e6d6da
64
64
  id: semantic
65
65
  with:
66
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.3.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": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "main": "dist/index.js",
6
6
  "private": false,