diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c9374214e..9a2a990de 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | sudo apt-get update && sudo apt-get install -y libpcap-dev - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: go-version-file: go.mod @@ -28,7 +28,7 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | sudo apt-get update && sudo apt-get install -y libpcap-dev - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: go-version-file: go.mod