Skip to content

Commit 4f760be

Browse files
authored
Update cronjob.yml
1 parent ac7f6c3 commit 4f760be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cronjob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Github Action with a cronjob trigger
22
on:
33
schedule:
4-
- cron: "0 0 * * *"
4+
- cron: "0 0 1/10 * *"
55

66
workflow_dispatch:
77

@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: "Checkout source repository"
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: "Release date"
2424
run: |

0 commit comments

Comments
 (0)