diff options
| author | Renovate Bot <[email protected]> | 2022-03-08 12:46:12 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-08 12:46:12 +0000 |
| commit | 355a15eb0872b04b1a0067d1f75703c4dd7e8d05 (patch) | |
| tree | ce95dbb30a06e7212fe82e4770c57b58e9b607ad | |
| parent | refactor(utils): String to char (diff) | |
| download | api-worker-355a15eb0872b04b1a0067d1f75703c4dd7e8d05.tar.xz api-worker-355a15eb0872b04b1a0067d1f75703c4dd7e8d05.zip | |
chore(deps): update actions/checkout action to v3
| -rw-r--r-- | .github/workflows/check.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index f5de053..47f63a3 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛒 - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Toolchain 🧰 uses: actions-rs/toolchain@v1 |