File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
timeout-minutes : 20
23
23
steps :
24
24
- name : Set up Git repository
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
26
with :
27
27
fetch-depth : 0
28
28
persist-credentials : false
33
33
uses : Homebrew/actions/setup-homebrew@main
34
34
35
35
- name : Set up Ruby
36
- uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
36
+ uses : ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255 .0
37
37
with :
38
38
bundler-cache : true
39
39
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-22.04
15
15
steps :
16
16
- name : Set up Git repository
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
18
with :
19
19
persist-credentials : false
20
20
23
23
uses : Homebrew/actions/setup-homebrew@main
24
24
25
25
- name : Set up Ruby
26
- uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
26
+ uses : ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255 .0
27
27
with :
28
28
ruby-version : " 3.1"
29
29
bundler-cache : true
You can’t perform that action at this time.
0 commit comments