diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0df6d5..8238e8b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: sudo apt-get update sudo apt-get install -y protobuf-compiler - name: Checkout code - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go (with module and build cache) uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: