diff options
| author | Fuwn <[email protected]> | 2022-03-09 01:47:37 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-09 01:47:37 -0800 |
| commit | c156fcdcb65c5c646ec2ab8ecd7c6b159d103e76 (patch) | |
| tree | 7430caeac9f0f51aa2caf2a53d8ec701ab4ca88a | |
| parent | refactor(routes): get index from file (diff) | |
| parent | chore(deps): update actions/checkout action to v3 (diff) | |
| download | api-worker-c156fcdcb65c5c646ec2ab8ecd7c6b159d103e76.tar.xz api-worker-c156fcdcb65c5c646ec2ab8ecd7c6b159d103e76.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 |