File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
- name : Run tests
20
20
run : bundle exec rake
21
21
- name : Deploy to Heroku
22
- uses : akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
22
+ uses : akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 # v3.13.15
23
23
with :
24
24
heroku_api_key : ${{secrets.HEROKU_API_KEY}}
25
25
heroku_app_name : " devdocs"
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
13
13
- name : Set up Ruby
14
- uses : ruby/setup-ruby@a05e47355e80e57b9a67566a813648fa67d92011 # v1.157.0
14
+ uses : ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1
15
15
with :
16
16
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
17
17
- name : Generate report
Original file line number Diff line number Diff line change 9
9
test :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
-
12
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13
13
- name : Set up Ruby
14
14
uses : ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1
15
15
with :
You can’t perform that action at this time.
0 commit comments