Skip to content

Commit

Permalink
chore: bump Action versions (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 3, 2024
1 parent 08a6f63 commit 9656b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
nodejs: [10, 12, 14, 16, 18]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodejs }}
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: 0.8.1

Expand Down

0 comments on commit 9656b12

Please sign in to comment.