From 02bd2da9edcf5bd9b9f8431dec3ddb5652a9fb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:44:38 +0800 Subject: [PATCH] Chore: bump actions/checkout from 3 to 4 (#40) --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index aba27d2..6078a93 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -32,7 +32,7 @@ jobs: shell: bash - name: Checkout the default branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Make directory run: |