From 77fcc24c32c773b63ee79892d937aeb7d2d4c0b8 Mon Sep 17 00:00:00 2001 From: imkunet Date: Tue, 5 Mar 2024 11:27:21 -0500 Subject: [PATCH] Upgrade to checkout v4 --- .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 908caef..7c8cb15 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: name: Publish site steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Bun uses: oven-sh/setup-bun@v1 with: