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