diff options
| author | Renovate Bot <[email protected]> | 2022-03-01 19:37:18 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-01 19:37:18 +0000 |
| commit | 0bb4e43f7f779098ad5addf697855a8974b8aab7 (patch) | |
| tree | 230f6a9d72c0844db76bb2d697bcf85063048cd3 | |
| parent | Merge pull request #16 from Fuwn/renovate/commitlint-monorepo (diff) | |
| download | records-0bb4e43f7f779098ad5addf697855a8974b8aab7.tar.xz records-0bb4e43f7f779098ad5addf697855a8974b8aab7.zip | |
chore(deps): update actions/checkout action to v3
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e548d69..879b64d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛒 - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Toolchain 🧰 uses: actions-rs/toolchain@v1 with: |