From cf77f82ae3eee3994098e3dbaf910c24d3e7964b Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 3 Jun 2023 17:00:55 +0300 Subject: [PATCH] Update remaining actions to v3 This somehow was left unnoticed. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38cf83f1d2..efffef9d38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: runs-on: ${{ matrix.platform.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Used to cache cargo-web - name: Cache cargo folder uses: actions/cache@v1