Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 53b6755

Browse files
committed
Update github actions versions
1 parent 248cc0f commit 53b6755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
with:
1515
app_id: ${{ secrets.DEPS_GITHUB_APP_ID }}
1616
private_key: ${{ secrets.DEPS_GITHUB_APP_KEY }}
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
with:
1919
token: ${{ steps.generate_token.outputs.token }}
20-
- uses: actions/setup-node@v2
20+
- uses: actions/setup-node@v4
2121
with:
22-
node-version: '16'
22+
node-version: '20'
2323
- run: curl https://deps.app/install.sh | bash -s -- -b $HOME/bin
2424
- run: $HOME/bin/deps ci
2525
env:

0 commit comments

Comments
 (0)