From cdf5c6c7a0439b14c7742aa8c85cc2719adeeca2 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Tue, 28 Feb 2023 23:17:05 +0100 Subject: [PATCH] Update checkout and cache actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e0900a..8d3e36b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/checkout@v3 + - uses: actions/cache@v3 with: path: | ~/.cargo/bin/