Skip to content

Commit 110cb23

Browse files
switch to valid keepalive action (#7)
1 parent db3383b commit 110cb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cotw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git add ./bin/concept-of-the-week.txt
3434
git commit -m "🤖 update concept of the week"
3535
git push
36-
- uses: gautamkrishnar/keepalive-workflow@v1 # prevents github from disabling workflow after 60 days
36+
- uses: entepotenz/keep-github-actions-alive-min-dependencies@v1 # prevents github from disabling workflow after 60 days
3737

3838
on:
3939
schedule:

0 commit comments

Comments
 (0)