From 9fcb316287c74795027ce77afea95de3353c3b24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:29:48 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/node.js.ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4b535d2..b1ecfc2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/node.js.ci.yml b/.github/workflows/node.js.ci.yml index f62a9c0..d424d25 100644 --- a/.github/workflows/node.js.ci.yml +++ b/.github/workflows/node.js.ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup pnpm uses: pnpm/action-setup@v2.2.4