From af412464d46e90ae2efcc29a9ff29e9e292af40b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:53:36 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/release-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ubuntu.yml b/.github/workflows/release-ubuntu.yml index 0efba74..c18f93e 100644 --- a/.github/workflows/release-ubuntu.yml +++ b/.github/workflows/release-ubuntu.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1