diff options
| author | Renovate Bot <[email protected]> | 2022-03-01 18:13:07 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-01 18:13:07 +0000 |
| commit | 3f3bbb6a9cf1ec59bd5d0190fb1e965463533ea1 (patch) | |
| tree | a84440ab9927432f8aeb93c019ba9b1ed05903eb | |
| parent | Merge pull request #24 from Fuwn/renovate/major-commitlint-monorepo (diff) | |
| download | lime-old-3f3bbb6a9cf1ec59bd5d0190fb1e965463533ea1.tar.xz lime-old-3f3bbb6a9cf1ec59bd5d0190fb1e965463533ea1.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 c1757f2..1098a8e 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: |