From a2cef6bff4885623f638a6968e034ce1a296ba01 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 11 Apr 2023 16:44:47 +0700 Subject: [PATCH] ci: Update actions/checkout to v3 from v2 and v1. (#317) Co-authored-by: Bruce Mitchener --- .github/workflows/format.yml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 19b316fd..0cac3a7b 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,6 +16,6 @@ jobs: override: true components: rustfmt - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run rustfmt run: cargo fmt --check diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 69b57a0f..9d160593 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: - '' - '--all-features' steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Cache cargo registry uses: actions/cache@v1 with: