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: |