You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosting.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,13 @@ jobs:
79
79
80
80
- name: Start Buildcage
81
81
id: buildcage
82
-
uses: <your_org>/buildcage/setup@v1
82
+
uses: <your_org>/buildcage/setup@v2
83
83
with:
84
84
proxy_mode: audit
85
85
# ... rest of your workflow
86
86
```
87
87
88
-
Note that `uses:` now points to `<your_org>/buildcage/setup@v1` instead of `dash14/buildcage/setup@v1`. The same applies to the report action (`<your_org>/buildcage/report@v1`).
88
+
Note that `uses:` now points to `<your_org>/buildcage/setup@v2` instead of `dash14/buildcage/setup@v2`. The same applies to the report action (`<your_org>/buildcage/report@v2`).
0 commit comments