From 397e4e41ec3f7981e9cc12cffd6dfceb24769753 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:43:11 +0000 Subject: [PATCH] ci(action): update actions/checkout action to v4.2.1 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15efdcd2..b709cd3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: name: release runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: cache: npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 911358c0..61fc4940 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - windows-latest runs-on: "${{ matrix.os }}" steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - run: git config --global user.name github-actions - run: git config --global user.email github-actions@github.com - name: "Use Node.js ${{ matrix.node-version }}" @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest needs: test_matrix steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: "Use Node.js ${{ matrix.node-version }}" uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: