File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4747 with :
4848 access_token : ${{ secrets.GITHUB_TOKEN }}
4949 - name : Checkout
50- uses : actions/checkout@v5
50+ uses : actions/checkout@v6.0.1
5151 with :
5252 submodules : true
5353 - name : Log in to ghcr.io Container registry
Original file line number Diff line number Diff line change 2020 permissions :
2121 packages : write
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6.0.1
2424 - uses : ruby/setup-ruby@v1
2525 with :
2626 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
@@ -212,7 +212,7 @@ jobs:
212212 runs-on : ubuntu-latest
213213 needs : [ check_published_images ]
214214 steps :
215- - uses : actions/checkout@v5
215+ - uses : actions/checkout@v6.0.1
216216 with :
217217 ref : main
218218 if : ${{ github.ref_name == 'main' }}
Original file line number Diff line number Diff line change 2020 with :
2121 access_token : ${{ secrets.GITHUB_TOKEN }}
2222 - name : Checkout Code
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6.0.1
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change 1919 packages : write
2020 contents : write
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323 - name : Login to DockerHub
2424 uses : docker/login-action@v3
2525 with :
You can’t perform that action at this time.
0 commit comments