diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b2db065..a1b2e25 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.2.0 + uses: actions/checkout@v4.2.1 - uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4288bec..f67a731 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.2.0 + uses: actions/checkout@v4.2.1 - uses: actions/cache@v4 with: