Skip to content

Commit a7c7190

Browse files
committed
ci/gha: bump actions/checkoutm, actions/setup-go
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 2787cc2 commit a7c7190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ${{ matrix.platform }}
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v3
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Lint
1818
run: make lint
1919
- name: Cross build
@@ -27,7 +27,7 @@ jobs:
2727
# nested virtualization is only available on macOS hosts
2828
runs-on: macos-10.15
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v3
3131
- name: prepare vagrant
3232
run: |
3333
ln -sf .ci/Vagrantfile.fedora Vagrantfile

0 commit comments

Comments
 (0)