diff options
| author | Renovate Bot <[email protected]> | 2022-03-11 16:47:02 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-11 16:47:02 +0000 |
| commit | c68703b2341f1506d43645dbd7f12544bcb43f48 (patch) | |
| tree | a2c1283bfa577ec3c86d9c3cad3a3b056ec35303 /.github/workflows/audit.yml | |
| parent | Merge pull request #142 from Whirlsplash/renovate/serde-1.x (diff) | |
| download | whirl-c68703b2341f1506d43645dbd7f12544bcb43f48.tar.xz whirl-c68703b2341f1506d43645dbd7f12544bcb43f48.zip | |
chore(deps): update actions/checkout action to v3
Diffstat (limited to '.github/workflows/audit.yml')
| -rw-r--r-- | .github/workflows/audit.yml | 2 |
1 files changed, 1 insertions, 1 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 |