From a49d51ad7a9d317b8db4f6c4cbe34addddeb8524 Mon Sep 17 00:00:00 2001 From: "thinkific-renovatebot[bot]" <235597884+thinkific-renovatebot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:58:57 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 22d9e9a..f0464a0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,6 +22,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 # TODO: Maybe there's an action that does this for us. \ No newline at end of file