From 083e694833c0ca4105419ac8cfa445e62f1cda31 Mon Sep 17 00:00:00 2001 From: Evan Charlton Date: Wed, 20 Nov 2024 17:39:28 +0100 Subject: [PATCH] chore: Use checkout@v4 I'm not sure why the submodule-fetching isn't working .. I _think_ the permissions are set up correctly, but let's see if bumping will fix this. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d4865c7..d10ffa2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: opentofu/setup-opentofu@v1 - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v4 with: submodules: "true" persist-credentials: false