We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347fcb2 commit 3a69abeCopy full SHA for 3a69abe
.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/ci.yml
@@ -12,8 +12,8 @@ jobs:
12
- { ruby: ruby-head, allowed-failure: true }
13
name: Test Ruby ${{ matrix.entry.ruby }}
14
steps:
15
- - uses: actions/checkout@v3
16
- - uses: ruby/setup-ruby@v1
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
17
with:
18
ruby-version: ${{ matrix.entry.ruby }}
19
bundler-cache: true
0 commit comments