apify-test-tools 0.8.1-beta.0 → 0.8.1-beta.1

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.
@@ -41,7 +41,7 @@ jobs:
41
41
  changelog: ${{ steps.release_metadata.outputs.changelog }}
42
42
  release_notes: ${{ steps.release_metadata.outputs.release_notes }}
43
43
  steps:
44
- - uses: apify/workflows/git-cliff-release@main
44
+ - uses: apify/actions/git-cliff-release@v1.1.2
45
45
  name: Prepare release metadata
46
46
  id: release_metadata
47
47
  with:
@@ -71,7 +71,7 @@ jobs:
71
71
  runs-on: ubuntu-latest
72
72
  steps:
73
73
  - name: Execute publish workflow
74
- uses: apify/workflows/execute-workflow@main
74
+ uses: apify/actions/execute-workflow@v1.1.2
75
75
  with:
76
76
  workflow: manual_publish_to_npm.yaml
77
77
  inputs: >
@@ -48,7 +48,7 @@ jobs:
48
48
  runs-on: ubuntu-latest
49
49
  steps:
50
50
  - name: Execute publish workflow
51
- uses: apify/workflows/execute-workflow@main
51
+ uses: apify/actions/execute-workflow@v1.1.2
52
52
  with:
53
53
  workflow: manual_publish_to_npm.yaml
54
54
  inputs: >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-test-tools",
3
- "version": "0.8.1-beta.0",
3
+ "version": "0.8.1-beta.1",
4
4
  "type": "module",
5
5
  "description": "TBD",
6
6
  "repository": {