We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3178667 commit e02c57aCopy full SHA for e02c57a
.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/release.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Set up Ruby
20
uses: ruby/setup-ruby@v1
21
with:
0 commit comments