From 5e705092adcb277a0389d07fcbce4d3ef593f99b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 01:44:26 +0200 Subject: [PATCH] Update actions/checkout action to v3 (#305) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main-ci.yml | 2 +- .github/workflows/pr-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index f1bf2f0..b7f4916 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -21,7 +21,7 @@ jobs: toolchain: ${{ matrix.rust }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build and test run: | diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 9d12c5f..3eaa191 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -18,7 +18,7 @@ jobs: toolchain: ${{ matrix.rust }} - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build and test run: |