From 248eb8b72571347bfb5b8ef0876e301e07e9c37f Mon Sep 17 00:00:00 2001 From: ps-kwang <135043922+ps-kwang@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:05:07 -0400 Subject: [PATCH] ci: update pull request workflow `actions/checkout@v3` is deprecated in favor of the next version. --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 454c233..693d796 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Deno uses: denoland/setup-deno@v1