Skip to content

Commit

Permalink
upgraded GitHub actions to use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Mar 26, 2023
1 parent 66d0eb6 commit 7858276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
redis-version: [4, 5]

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

- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}

- name: Setup Go environment
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.19.7'

Expand Down

0 comments on commit 7858276

Please sign in to comment.