diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 24a4876..8edfa54 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Test run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4ad3f3..7291fb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: with: go-version: 1.14 - name: checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 with: fetch-depth: 1 - name: run GoReleaser