File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 17
17
has_change : ${{ steps.diff.outputs.has_change}}
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
22
22
- id : fetch-base
23
23
if : github.event_name == 'pull_request'
68
68
69
69
- name : checkout
70
70
if : ${{ needs.changes.outputs.has_change == 'true' }}
71
- uses : actions/checkout@v4
71
+ uses : actions/checkout@v5
72
72
73
73
# Use Docker layer caching for 'docker build' and 'docker-compose build' commands.
74
74
# https://github.com/satackey/action-docker-layer-caching/releases/tag/v0.0.11
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : checkout
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
28
- - uses : ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # pin@v1.248 .0
28
+ - uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257 .0
29
29
with :
30
30
bundler-cache : true
31
31
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : checkout
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
- - uses : ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # pin@v1.248 .0
21
+ - uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257 .0
22
22
with :
23
23
bundler-cache : true
24
24
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
- - uses : ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # pin@v1.248 .0
23
+ - uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257 .0
24
24
with :
25
25
bundler-cache : true
26
26
46
46
GEM_HOST_API_KEY=${{ secrets.GITHUB_TOKEN }} gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem
47
47
48
48
- name : release
49
- uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # pin@v1.18 .0
49
+ uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # pin@v1.20 .0
50
50
with :
51
51
artifacts : " ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
52
52
tag : " v${{ env.GEM_VERSION }}"
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
25
- - uses : ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # pin@v1.248 .0
25
+ - uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257 .0
26
26
with :
27
27
bundler-cache : true
28
28
ruby-version : ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments