Skip to content

Commit e7ff920

Browse files
committed
Migrate actions to use fixed hash version
1 parent 8af5a22 commit e7ff920

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- { os: macos-15-intel, ruby: '3.4' }
2626
runs-on: ${{ matrix.os }}
2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- name: Set up Ruby
30-
uses: ruby/setup-ruby@v1
30+
uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
3131
with:
3232
ruby-version: ${{ matrix.ruby }}
3333
- name: Install dependencies

0 commit comments

Comments
 (0)