From 7858276090904a2a7d17d75a41bcea265b15a194 Mon Sep 17 00:00:00 2001 From: Stefan Kaes Date: Sun, 26 Mar 2023 10:21:11 +0200 Subject: [PATCH] upgraded GitHub actions to use node 16 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f86e75e..90ea007d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ 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 @@ -25,7 +25,7 @@ jobs: 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'