From bf588ff10a9981787fbadacbe75cb3f9f314a36f Mon Sep 17 00:00:00 2001 From: Simplificator Renovate Bot <121604823+simplificator-renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 00:12:28 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6f1f7d..2f3918c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Check out the codebase. - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: "simplificator.netdata_node"