diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 33f6695..9ddef01 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.6 + uses: actions/checkout@v4.1.7 - uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b19d42..fbdfa19 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.6 + uses: actions/checkout@v4.1.7 - uses: actions/cache@v4 with: