Skip to content

Commit 28a6a61

Browse files
committed
ci: replace stale adamant-pwn/actions fork with upstream setup@v2
The adamant-pwn/actions@patch-1 fork existed only to work around the pip externally-managed-environment error (PR competitive-verifier/actions#19, --break-system-packages). Upstream closed that PR on 2026-04-14 as fixed and the root issue #18 is resolved; competitive-verifier/actions/setup@v2 now installs cleanly and supports the same package/cache-pip inputs. The fork is ~20 months stale (behind 16 commits). Move all setup steps back to @v2, keeping the competitive-verifier>=4.1.2 pin.
1 parent 68d5bf9 commit 28a6a61

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: python3 .verify-helper/scripts/generate_minified.py
9090

9191
- name: Set up competitive-verifier
92-
uses: adamant-pwn/actions/setup@patch-1
92+
uses: competitive-verifier/actions/setup@v2
9393
with:
9494
# Floor pins the first release without the malicious polyfill.io
9595
# script (removed in competitive-verifier 4.1.2).

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: recursive
3131

3232
- name: Set up competitive-verifier
33-
uses: adamant-pwn/actions/setup@patch-1
33+
uses: competitive-verifier/actions/setup@v2
3434
with:
3535
# Floor pins the first release without the malicious polyfill.io
3636
# script (removed in competitive-verifier 4.1.2).
@@ -120,7 +120,7 @@ jobs:
120120
uses: competitive-verifier/actions/download-verify-artifact@v2
121121

122122
- name: Set up competitive-verifier
123-
uses: adamant-pwn/actions/setup@patch-1
123+
uses: competitive-verifier/actions/setup@v2
124124
with:
125125
# Floor pins the first release without the malicious polyfill.io
126126
# script (removed in competitive-verifier 4.1.2).
@@ -192,7 +192,7 @@ jobs:
192192
run: python3 .verify-helper/scripts/generate_minified.py
193193

194194
- name: Set up competitive-verifier
195-
uses: adamant-pwn/actions/setup@patch-1
195+
uses: competitive-verifier/actions/setup@v2
196196
with:
197197
# Floor pins the first release without the malicious polyfill.io
198198
# script (removed in competitive-verifier 4.1.2).

0 commit comments

Comments
 (0)