Skip to content

Commit 873e24f

Browse files
committed
Update action references to use specific version 'v0' instead of 'latest'
1 parent e3301a1 commit 873e24f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install Dev Proxy in your workflow. You can specify a version or use the latest.
1818

1919
```yaml
2020
- name: Install Dev Proxy
21-
uses: dev-proxy-tools/actions/install@latest
21+
uses: dev-proxy-tools/actions/install@v0
2222
with:
2323
version: v0.29.2
2424
```
@@ -35,7 +35,7 @@ Start Dev Proxy with optional configuration file. Dev Proxy will run in the back
3535

3636
```yaml
3737
- name: Start Dev Proxy
38-
uses: dev-proxy-tools/actions/start@latest
38+
uses: dev-proxy-tools/actions/start@v0
3939
with:
4040
logFile: devproxy.log # optional, defaults to devproxy.log
4141
configFile: ./devproxy.json # optional, defaults to devproxyrc.json
@@ -54,7 +54,7 @@ Stop the running Dev Proxy instance.
5454

5555
```yaml
5656
- name: Stop Dev Proxy
57-
uses: dev-proxy-tools/actions/stop@latest
57+
uses: dev-proxy-tools/actions/stop@v0
5858
```
5959

6060
### Record Start
@@ -63,7 +63,7 @@ Start recording mode.
6363

6464
```yaml
6565
- name: Start recording
66-
uses: dev-proxy-tools/actions/record-start@latest
66+
uses: dev-proxy-tools/actions/record-start@v0
6767
```
6868

6969
### Record Stop
@@ -72,7 +72,7 @@ Stop recording mode.
7272

7373
```yaml
7474
- name: Stop recording
75-
uses: dev-proxy-tools/actions/record-stop@latest
75+
uses: dev-proxy-tools/actions/record-stop@v0
7676
```
7777

7878
## License

0 commit comments

Comments
 (0)