Skip to content

Commit 4fbd977

Browse files
Update actions/checkout to v6 (#221)
* Update actions/checkout to v6 * Add dependabot setting
1 parent 05f5eab commit 4fbd977

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/update_github_meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v6
1818

1919
- uses: r-lib/actions/setup-r@v2
2020
with:

0 commit comments

Comments
 (0)