File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 PGPASSWORD : smartvm
4242 CC_TEST_REPORTER_ID : " ${{ secrets.CC_TEST_REPORTER_ID }}"
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - name : Set up system
4646 run : bin/before_install
4747 - name : Set up Ruby
Original file line number Diff line number Diff line change 4343 PGHOST : localhost
4444 PGPASSWORD : smartvm
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 - name : Install Edge
4848 uses : browser-actions/setup-edge@v1
4949 if : ${{ matrix.cypress-browser == 'edge' && env.RUN_CYPRESS == 'true' }}
Original file line number Diff line number Diff line change 2424 RAILS_ENV : i18n
2525 SKIP_TEST_RESET : true
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Set up system
2929 run : bin/before_install
3030 - name : Set up Ruby
Original file line number Diff line number Diff line change 99 update-yarn-lock :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Set up system
1414 run : bin/before_install
1515 - name : Set up Node
You can’t perform that action at this time.
0 commit comments