Skip to content

Commit

Permalink
Update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Mar 5, 2024
1 parent 248cc0f commit 53b6755
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
with:
app_id: ${{ secrets.DEPS_GITHUB_APP_ID }}
private_key: ${{ secrets.DEPS_GITHUB_APP_KEY }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ steps.generate_token.outputs.token }}
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- run: curl https://deps.app/install.sh | bash -s -- -b $HOME/bin
- run: $HOME/bin/deps ci
env:
Expand Down

0 comments on commit 53b6755

Please sign in to comment.