diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f97b94..3a2b3de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Load cached dependencies uses: actions/cache@v4