From df89ff49793c5b9b418d5ecfb32894405acdd406 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Tue, 12 Jul 2022 17:53:19 +0600 Subject: remove cron & use v3 checkout (#397) --- .github/workflows/tidelift.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tidelift.yml b/.github/workflows/tidelift.yml index 9920a3a..0d33ece 100644 --- a/.github/workflows/tidelift.yml +++ b/.github/workflows/tidelift.yml @@ -1,8 +1,6 @@ name: Tidelift Alignment on: - schedule: - - cron: "30 2 * * *" # daily at 02:30 UTC push: paths: - ".github/workflows/tidelift.yml" @@ -16,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Scan uses: tidelift/alignment-action@main env: -- cgit v1.2.1