File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
git config --global user.name "$(git log -1 --pretty=format:'%an')"
23
23
git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY"
24
24
- name : Set up Ruby
25
- uses : ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221 .0
25
+ uses : ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe # v1.226 .0
26
26
with :
27
27
bundler-cache : true
28
28
ruby-version : ruby
Original file line number Diff line number Diff line change 50
50
steps :
51
51
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
52
52
- name : Setup ruby (Ubuntu/macOS)
53
- uses : ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221 .0
53
+ uses : ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe # v1.226 .0
54
54
with :
55
55
ruby-version : ${{ matrix.ruby.value }}
56
56
bundler-cache : true
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
23
- name : Setup ruby
24
- uses : ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221 .0
24
+ uses : ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe # v1.226 .0
25
25
with :
26
26
ruby-version : 3.3.6
27
27
bundler-cache : true
You can’t perform that action at this time.
0 commit comments