Skip to content

Commit df89ff4

Browse files
authored
remove cron & use v3 checkout (#397)
1 parent cea1a2f commit df89ff4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tidelift.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
name: Tidelift Alignment
33
on:
4-
schedule:
5-
- cron: "30 2 * * *" # daily at 02:30 UTC
64
push:
75
paths:
86
- ".github/workflows/tidelift.yml"
@@ -16,7 +14,7 @@ jobs:
1614
runs-on: ubuntu-latest
1715
steps:
1816
- name: Checkout
19-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
2018
- name: Scan
2119
uses: tidelift/alignment-action@main
2220
env:

0 commit comments

Comments
 (0)