We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4e2ed2 + 5cc2d0a commit d5cf66fCopy full SHA for d5cf66f
.github/workflows/lint.yml
@@ -16,9 +16,9 @@ jobs:
16
17
steps:
18
- name: checkout
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
21
- - uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # pin@v1.255.0
+ - uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.0
22
with:
23
bundler-cache: true
24
.github/workflows/test.yml
0 commit comments