Skip to content

Commit ebdf753

Browse files
committed
Update actions and add dependabot with cooldown
1 parent beb47bb commit ebdf753

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
ruby: [ '3.1', '3.2', '3.3', '3.4', '4.0' ]
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1818
- name: Set up Ruby ${{ matrix.ruby }}
19-
uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c
19+
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9
2020
with:
2121
ruby-version: ${{ matrix.ruby }}
2222
- name: Build and test

0 commit comments

Comments
 (0)