From 387a84c5431006462a1d3cfff66a23bd3347bbac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:25:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/cache-dependencies.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache-dependencies.yml b/.github/workflows/cache-dependencies.yml index c52d86e7..df738439 100644 --- a/.github/workflows/cache-dependencies.yml +++ b/.github/workflows/cache-dependencies.yml @@ -17,7 +17,7 @@ jobs: name: Cache Dependencies steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js for use with actions uses: actions/setup-node@v3 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e803f39d..a9bfb852 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js for use with actions uses: actions/setup-node@v3 with: