File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-22.04
10
10
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Check for CHANGELOG.md in this PR
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-22.04
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
- - uses : actions/cache@v2
18
+ - uses : actions/cache@v4
19
19
with :
20
20
path : vendor/bundle
21
21
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-22.04
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
16
- - uses : actions/cache@v2
15
+ - uses : actions/checkout@v4
16
+ - uses : actions/cache@v4
17
17
with :
18
18
path : vendor/bundle
19
19
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
31
31
runs-on : ubuntu-22.04
32
32
33
33
steps :
34
- - uses : actions/checkout@v2
35
- - uses : actions/cache@v2
34
+ - uses : actions/checkout@v4
35
+ - uses : actions/cache@v4
36
36
with :
37
37
path : vendor/bundle
38
38
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
You can’t perform that action at this time.
0 commit comments