Skip to content

Commit

Permalink
ci/gha: bump actions/checkoutm, actions/setup-go
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Apr 11, 2022
1 parent 2787cc2 commit a7c7190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Lint
run: make lint
- name: Cross build
Expand All @@ -27,7 +27,7 @@ jobs:
# nested virtualization is only available on macOS hosts
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: prepare vagrant
run: |
ln -sf .ci/Vagrantfile.fedora Vagrantfile
Expand Down

0 comments on commit a7c7190

Please sign in to comment.