We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f83c96 + 45912fb commit 1e93eacCopy full SHA for 1e93eac
2 files changed
.github/dependabot.yaml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: "/"
5
+ schedule:
6
+ interval: weekly
.github/workflows/main.yml
@@ -17,9 +17,9 @@ jobs:
17
- "3.3"
18
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
21
- name: Set up Ruby
22
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
23
with:
24
ruby-version: ${{ matrix.ruby }}
25
bundler-cache: true
0 commit comments