Skip to content

Commit

Permalink
updates github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider committed Mar 14, 2024
1 parent 30f32df commit e7f9346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.21
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
- uses: denoland/setup-deno@v1
with:
deno-version: v1.20.1
deno-version: v1.41.2
# Set up GoLang cache
- name: Go Cache
uses: actions/cache@v2
Expand Down

0 comments on commit e7f9346

Please sign in to comment.