From cb5dc7caf19c2dad130b69a97aea3ba23a902731 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 05:53:14 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/release.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 350fe9b..a1d9b30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: GOMIPSLE: ${{ matrix.mipsle }} steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: List checked-out code run: ls -al diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9295d8b..eb0ca33 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -41,7 +41,7 @@ jobs: chrome-version: stable - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0