Skip to content

Commit 07f2167

Browse files
committed
pin Action to SHA
1 parent 51f42ee commit 07f2167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Ruby
18-
uses: ruby/setup-ruby@v1
18+
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
1919
with:
2020
ruby-version: '2.6'
2121
- run: bundle install

0 commit comments

Comments
 (0)