Skip to content

Commit 7e68e24

Browse files
committed
bump to v3
1 parent b650fdb commit 7e68e24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ on:
77
- 'go.mod'
88
- 'go.sum'
99

10-
10+
1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Install libpcap
1919
run: sudo apt-get update && sudo apt-get install libpcap-dev
2020
- name: Set up Go
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v3
2222
with:
2323
go-version: 1.18
2424
- name: Granting private modules access
2525
run: |
2626
git config --global url."https://${{ secrets.GH_TOKEN }}:[email protected]/".insteadOf "https://github.com/"
27-
- uses: actions/cache@v2
27+
- uses: actions/cache@v3
2828
with:
2929
path: |
3030
~/.cache/go-build

0 commit comments

Comments
 (0)