diff options
| author | Fuwn <[email protected]> | 2022-03-09 01:47:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-09 01:47:37 +0000 |
| commit | 319af2ffbca74c6d63438ff4bd6f07c1fcb50c9d (patch) | |
| tree | 7430caeac9f0f51aa2caf2a53d8ec701ab4ca88a | |
| parent | refactor(routes): get index from file (diff) | |
| parent | chore(deps): update actions/checkout action to v3 (diff) | |
| download | api-worker-319af2ffbca74c6d63438ff4bd6f07c1fcb50c9d.tar.xz api-worker-319af2ffbca74c6d63438ff4bd6f07c1fcb50c9d.zip | |
Merge pull request #5 from senpy-club/renovate/actions-checkout-3.x
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 |