File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ # Uses dependabot to check things
2+ version : 2
3+ updates :
4+ # Enable version updates for GitHub Actions
5+ - package-ecosystem : " github-actions"
6+ # The default location of the bot is `.github/workflows`
7+ directory : " /"
8+ schedule :
9+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
1515 steps :
1616 - name : Checkout repo
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
2020
2121 - uses : r-lib/actions/setup-pandoc@v1
2222
23- - uses : r-lib/actions/setup-r@v1
23+ - uses : r-lib/actions/setup-r@v2
2424
25- - uses : r-lib/actions/setup-renv@v1
25+ - uses : r-lib/actions/setup-renv@v2
2626
2727 - uses : r-lib/actions/setup-r-dependencies@v2
2828 with :
You can’t perform that action at this time.
0 commit comments