From c51d6dd7a8113f517c6f097f05cd7ac56d986400 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 28 Jul 2023 02:00:11 -0500 Subject: Updated actions/checkout & actions/cache --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/testing.yml') diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 96150cf..6e3269d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -15,8 +15,8 @@ jobs: name: Test Rust ${{ matrix.rust }} on ${{ matrix.os }} runs-on: ${{ matrix.os }}-latest steps: - - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/checkout@v3 + - uses: actions/cache@v3 with: path: | ~/.cargo/registry -- cgit v1.2.3