From 76520b536d90d33c113e369a0d3e3dc2fdbe9e30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 01:55:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7a8d4468c..649fa4cb7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,7 +12,7 @@ jobs: matrix: node-version: [18] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{matrix.node-version}} uses: actions/setup-node@v3 with: @@ -29,7 +29,7 @@ jobs: container: image: perl:${{matrix.perl-version}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: perl -V run: perl -V - name: Install dependencies