Bump workflow actions (#828)

* Update build_ebpf_modules.yml

* Update go.yml
This commit is contained in:
Spencer Comfort 2023-02-01 11:31:13 -05:00 committed by GitHub
parent e6029bbbeb
commit a5a24403eb
Failed to generate hash of commit
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# ref: can be a branch name, tag, commit, etc
ref: ${{ matrix.tag }}

View file

@ -18,13 +18,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.15
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: 1.15
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get dependencies
run: |