Skip to content

Commit b1f82de

Browse files
authored
unpin ruby/setup-ruby action version
1 parent a558d13 commit b1f82de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
run: python .github/scripts/add-repos.py
1818

19-
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
19+
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: '3.1' # Not needed with a .ruby-version file
2222
- run: |

0 commit comments

Comments
 (0)