diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bf7a0e9..1bc1c1d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb9e65a..077d5fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - uses: actions/cache@v4 with: