From 9031d5b79a84ffac89135657fb17198dcbfa9fd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:08:57 +0000 Subject: [PATCH] chore(deps): update dependency actions/checkout to v5.0.0 (updated) --- .github/workflows/launchpad-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/launchpad-install.yml b/.github/workflows/launchpad-install.yml index 0fd3528c..9a699284 100644 --- a/.github/workflows/launchpad-install.yml +++ b/.github/workflows/launchpad-install.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5.0.0 with: fetch-depth: 0