Skip to content

Commit 755c276

Browse files
Update GitHub action workflows
1 parent f26e4b8 commit 755c276

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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"

.github/workflows/rmd-render.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)