File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 TRUFFLERUBYOPT : " --jvm --polyglot"
2929
3030 steps :
31- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
31+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
3232 with :
3333 persist-credentials : false
3434 - uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1
6969 runs-on : ${{ matrix.os }}
7070
7171 steps :
72- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
72+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
7373 with :
7474 persist-credentials : false
7575 - uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1
@@ -128,7 +128,7 @@ jobs:
128128 if : ${{ matrix.libc == 'musl' }}
129129 run : docker exec -w "${PWD}" ${{ steps.container.outputs.container_id }} apk add --no-cache build-base bash git tzdata
130130 - name : Checkout
131- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
131+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
132132 with :
133133 persist-credentials : false
134134 - name : Update Rubygems
You can’t perform that action at this time.
0 commit comments