We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f5eab commit 4fbd977Copy full SHA for 4fbd977
2 files changed
.github/dependabot.yml
@@ -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
@@ -14,7 +14,7 @@ jobs:
14
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
18
19
- uses: r-lib/actions/setup-r@v2
20
with:
0 commit comments