From 0289135ccf29b5ba8ec91d0eafc126054579bee2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:46:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8299b29..626d5a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: target: aarch64-apple-darwin steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install linux if: ${{ matrix.os == 'linux' }} run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef03998..fa8548a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: image: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install linux if: ${{ matrix.os == 'linux' }} run: |