From bc30032238a9a05bf1213cb207c8c5868435407d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 16:15:47 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 (#4771) --- .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 2101129e1..729a6b845 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.4 + - uses: actions/checkout@v4.1.6 - 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 cd728e00c..f5f9ef829 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.4 + - uses: actions/checkout@v4.1.6 - 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.4 + - uses: actions/checkout@v4.1.6 - uses: actions/setup-node@v4.0.1 with: node-version: 16