File tree Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1- # Set update schedule for GitHub Actions
2- # See https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
3-
1+ # Dependabot configuration file.
2+ # See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
43version : 2
5- updates :
64
7- - package-ecosystem : " github-actions "
8- directory : " / "
9- schedule :
10- # Check for updates to GitHub Actions every weekday
11- interval : " daily "
5+ updates :
6+ - package-ecosystem : " github-actions "
7+ directory : " / "
8+ schedule :
9+ interval : " monthly "
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 name : " Tests for pkg:drift"
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : dart-lang/setup-dart@v1.3
14- - uses : actions/checkout@v2
13+ - uses : dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
14+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
1515 - run : dart pub get
1616 working-directory : tool
1717
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
1919 with :
2020 repository : simolus3/moor
2121 ref : latest-release
Original file line number Diff line number Diff line change 1111 markdown-link-check :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@master
15- - uses : gaurav-nelson/github-action-markdown-link-check@1.0.13
14+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
15+ - uses : gaurav-nelson/github-action-markdown-link-check@7399cff7dbff60b761f04ca5d00bef5d4cd2cfc9
You can’t perform that action at this time.
0 commit comments