Skip to content

Commit

Permalink
Bump actions deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Apr 24, 2024
1 parent 7950bcd commit bda35b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js 19.4
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 19.4
- uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit bda35b5

Please sign in to comment.