diff options
| author | Fuwn <[email protected]> | 2022-03-11 04:17:05 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-11 04:17:05 -0800 |
| commit | eef9f493ad8b186427c6c0045c9d706aa786747a (patch) | |
| tree | a84440ab9927432f8aeb93c019ba9b1ed05903eb | |
| parent | Merge pull request #24 from Fuwn/renovate/major-commitlint-monorepo (diff) | |
| parent | chore(deps): update actions/checkout action to v3 (diff) | |
| download | lime-old-eef9f493ad8b186427c6c0045c9d706aa786747a.tar.xz lime-old-eef9f493ad8b186427c6c0045c9d706aa786747a.zip | |
Merge pull request #28 from Fuwn/renovate/actions-checkout-3.x
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: |