diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 65028ff..2ee7c42 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 - uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f2cf87..d1290ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 - uses: actions/cache@v4 with: