diff --git a/.github/workflows/build_ebpf_modules.yml b/.github/workflows/build_ebpf_modules.yml index bfeddc060a..bfeb6a4ce5 100644 --- a/.github/workflows/build_ebpf_modules.yml +++ b/.github/workflows/build_ebpf_modules.yml @@ -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 }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9b9196d754..fa8024f357 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: |