diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 25a5ad8..084e1c6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.2.1 - name: Get dependencies run: |