File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 88 push :
99 branches :
1010 - master
11+ - tn-use-actions-checkout-v4
1112jobs :
1213 # SQLITE
1314 sqlite :
@@ -101,7 +102,7 @@ jobs:
101102 BUNDLE_PATH_RELATIVE_TO_CWD : true
102103
103104 steps :
104- - uses : actions/checkout@v3
105+ - uses : actions/checkout@v5
105106 - name : Set up Ruby ${{ matrix.ruby }}
106107 uses : ruby/setup-ruby@v1
107108 with :
@@ -220,7 +221,7 @@ jobs:
220221 --health-retries=3
221222
222223 steps :
223- - uses : actions/checkout@v3
224+ - uses : actions/checkout@v5
224225 - name : Set up Ruby ${{ matrix.ruby }}
225226 uses : ruby/setup-ruby@v1
226227 with :
@@ -341,7 +342,7 @@ jobs:
341342 --health-retries 5
342343
343344 steps :
344- - uses : actions/checkout@v3
345+ - uses : actions/checkout@v5
345346 - name : Set up Ruby ${{ matrix.ruby }}
346347 uses : ruby/setup-ruby@v1
347348 with :
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 # Set up
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Set up Ruby
2222 uses : ruby/setup-ruby@v1
2323 with :
You can’t perform that action at this time.
0 commit comments