From cf280dba39fb99a2097ee26154484074681b3604 Mon Sep 17 00:00:00 2001 From: chetabahana Date: Fri, 26 Apr 2024 10:58:47 -0500 Subject: [PATCH] update workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90291c87..d40f38d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: github.ref_name != 'main' && 'windows-latest' || 'self-hosted') }} steps: - name: 📂 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive token: ${{ secrets.JEKYLL_GITHUB_TOKEN }}