From e9ab21f1282847420451cdf760474a6f78157076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:50:04 +1300 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#16) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c6b7f0d..41743b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: runs-on: "${{ matrix.platform }}-latest" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure toolchain run: |