From 6be304952b60aa889dc59eb14cd8710d53467398 Mon Sep 17 00:00:00 2001 From: "thinkific-renovatebot[bot]" <235597884+thinkific-renovatebot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 23:21:18 +0000 Subject: [PATCH] chore(deps): pin actions/checkout action to 34e1148 --- .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..a95d333 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 # TODO: Maybe there's an action that does this for us. \ No newline at end of file