From 9e7dc629914573703fed8fa84db76548239930ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 00:23:57 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab6011b2..f613829b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: id: go - name: Check out source - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa071a7a..af554d78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: id: go - name: Check out source - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive