Skip to content

Commit

Permalink
chore: update GitHub Actions to use checkout@v4 and setup-node@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 4, 2025
1 parent 4c440d6 commit e1f8f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js 20
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
Expand Down

0 comments on commit e1f8f41

Please sign in to comment.