We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ca08f commit c1c5851Copy full SHA for c1c5851
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/test.yml
@@ -16,8 +16,8 @@ jobs:
16
os: ["ubuntu-latest", "macos-latest"]
17
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
18
steps:
19
- - uses: actions/checkout@v4
20
- - uses: ruby/setup-ruby@v1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
21
with:
22
ruby-version: ${{ matrix.ruby }}
23
bundler-cache: true
0 commit comments