diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 8d17fce..b62e729 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v5.0.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0e9e081..23b62a9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch git tags run: git fetch --prune --unshallow --tags