diff options
| author | Fuwn <[email protected]> | 2022-03-13 20:59:56 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-13 20:59:56 -0700 |
| commit | 8f6ec64cfbeee96ebfa4093f83f9a7c0a2ec3b18 (patch) | |
| tree | e6f17f463240b51b7e650cbc9b9cb615758c9496 | |
| parent | Merge pull request #142 from Whirlsplash/renovate/serde-1.x (diff) | |
| parent | chore(deps): update actions/checkout action to v3 (diff) | |
| download | whirl-8f6ec64cfbeee96ebfa4093f83f9a7c0a2ec3b18.tar.xz whirl-8f6ec64cfbeee96ebfa4093f83f9a7c0a2ec3b18.zip | |
Merge pull request #153 from Whirlsplash/renovate/actions-checkout-3.x
| -rw-r--r-- | .github/workflows/audit.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 3a4b740..1ec1c8e 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout 🛒 - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Audit 🩺 uses: actions-rs/audit-check@v1 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1c5f1f5..6a66d18 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,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 |