diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 37fcd5b5f..45b93e2c6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Linter run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 155977e40..5cbbefa8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Docs run: |