Skip to content

Commit 07b4276

Browse files
committed
git add .github/workflows/deploy-emergency-withdraw.yml
emergency-withdraw: bump CI actions to v5 for Node 24 runtime actions/checkout@v4 and actions/setup-node@v4 run on the deprecated Node 20 action runtime (forced off June 2 2026, removed Sept 16 2026). v5 of both runs on Node 24. Drop-in — no input changes.
1 parent f015fb9 commit 07b4276

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-emergency-withdraw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
working-directory: emergency-withdraw
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
- name: Setup Node
50-
uses: actions/setup-node@v4
50+
uses: actions/setup-node@v5
5151
with:
5252
# Vite 8 requires Node 20.19+ / 22.12+; 22 is the current LTS.
5353
node-version: '22'

0 commit comments

Comments
 (0)