From 66a18b145cab890d534b96cd72a9d157f207b8b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 16:38:41 +0800 Subject: [PATCH] Chore: bump actions/checkout from 2 to 3 (#13) --- .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 73e5248..dae6d12 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@v2 + uses: actions/checkout@v3 - name: Make directory run: |