diff options
| author | Fuwn <[email protected]> | 2022-03-11 12:17:11 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-11 12:17:11 +0000 |
| commit | d5698eb43d8907ffba260ed667b96ae993ea92eb (patch) | |
| tree | 58b135ee82fc3800181c1b6f589a66fb74d407eb /.github/workflows/rust.yml | |
| parent | Merge pull request #35 from Fuwn/renovate/tokio-1.x (diff) | |
| parent | chore(deps): update actions/checkout action to v3 (diff) | |
| download | nitrous-d5698eb43d8907ffba260ed667b96ae993ea92eb.tar.xz nitrous-d5698eb43d8907ffba260ed667b96ae993ea92eb.zip | |
Merge pull request #38 from Fuwn/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
Diffstat (limited to '.github/workflows/rust.yml')
| -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 bee025e..7c6f296 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout 🛒 - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Toolchain 🧰 uses: actions-rs/toolchain@v1 |