From 913587ea4f800ed9aa1d61a4bf2cf0357203f8e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 02:43:42 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/say.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/say.yml b/.github/workflows/say.yml index f9c894e..77a6af8 100644 --- a/.github/workflows/say.yml +++ b/.github/workflows/say.yml @@ -12,6 +12,6 @@ jobs: if: "!contains(github.event.head_commit.message, 'skip ci')" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Npm lint script run: echo "Say something"