From aca4133c4db045e4d41091441842a1452836a7f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 06:00:06 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.4 (#4765) [skip ci] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/nodejs.yml | 2 +- .github/workflows/npmpublish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 17acebb7b..2101129e1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -11,7 +11,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4.0.1 with: diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index d6050a8a1..cd728e00c 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.4 - uses: actions/setup-node@v4.0.1 with: node-version: 16 @@ -24,7 +24,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.4 - uses: actions/setup-node@v4.0.1 with: node-version: 16