File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 if : github.repository_owner == 'music-encoding'
1414
1515 steps :
16- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717
1818 - name : Setup Ruby
19- uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
19+ uses : ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269 .0
2020 with :
2121 ruby-version : ' 3.2' # Not needed with a .ruby-version file
2222 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 4848 echo "CHECK_BRANCH=${{ github.event.inputs.branch }}" >> $GITHUB_ENV
4949 fi
5050 - name : Checkout main repo
51- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
51+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5252 with :
5353 ref : ${{ env.CHECK_BRANCH }}
5454
You can’t perform that action at this time.
0 commit comments