From 589987be87580e2a417ebb83eaa64507dacb6015 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:03:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.0 --- .github/workflows/codetests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codetests.yml b/.github/workflows/codetests.yml index e49057a..eb866b5 100644 --- a/.github/workflows/codetests.yml +++ b/.github/workflows/codetests.yml @@ -13,7 +13,7 @@ jobs: os: [macos, windows, ubuntu] runs-on: ${{ matrix.os }}-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - uses: actions/setup-go@v5 with: go-version: stable