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: