Skip to content

Commit 7e39422

Browse files
[DIT-11523] Pin CLI install to final legacy version
2 parents cf6f3b7 + eea7710 commit 7e39422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: 16
26-
- run: npm install --global @dittowords/cli
26+
- run: npm install --global @dittowords/cli@4.5.2
2727
shell: bash
2828
- uses: actions/checkout@v3
2929
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ditto-github-action",
3-
"version": "1.1.0",
3+
"version": "0.3.1",
44
"description": "The Ditto github action creates a PR with the most recent Ditto text updates.",
55
"main": "stats.js",
66
"scripts": {

0 commit comments

Comments
 (0)