diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d87fa5f..9a56f3a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: os: [ 'ubuntu-latest', 'windows-latest' ] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4