From 6072463ee02bc99a8b06d2ae1dfb55e1b9425d5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:47:50 +0000 Subject: [PATCH] ci(action): update actions/checkout action to v4.2.2 --- .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..e5c4de42 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - 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..3b39deff 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: "Use Node.js ${{ matrix.node-version }}" uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: