aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-09 01:47:37 -0800
committerGitHub <[email protected]>2022-03-09 01:47:37 -0800
commitc156fcdcb65c5c646ec2ab8ecd7c6b159d103e76 (patch)
tree7430caeac9f0f51aa2caf2a53d8ec701ab4ca88a
parentrefactor(routes): get index from file (diff)
parentchore(deps): update actions/checkout action to v3 (diff)
downloadapi-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.yaml2
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