From 7e12b8a17620f48e9f61414cdd811eabe705a450 Mon Sep 17 00:00:00 2001 From: MatthewA1 <22651099+MatthewA1@users.noreply.github.com> Date: Sun, 12 May 2024 00:27:18 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(deploy.yml):=20upgrade=20?= =?UTF-8?q?actions/checkout=20to=20version=204=20for=20better=20compatibil?= =?UTF-8?q?ity=20and=20features=20with=20the=20latest=20changes=20in=20the?= =?UTF-8?q?=20workflow.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 e2fdcb7..f1f54bb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: Deploy steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Deploy uses: cloudflare/wrangler-action@v3 with: