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