File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - name : Set up Ruby 3.2
1616 uses : ruby/setup-ruby@v1
1717 with :
Original file line number Diff line number Diff line change 2121 RAILS_VERSION : ${{ matrix.rails-version }}
2222 name : integration-tests-against-rc (Rails ${{ matrix.rails-version }})
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - name : Set up Ruby
2626 uses : ruby/setup-ruby@v1
2727 with :
Original file line number Diff line number Diff line change 2323 RAILS_VERSION : ${{ matrix.rails-version }}
2424 name : integration-tests (Rails ${{ matrix.rails-version }} with Ruby ${{ matrix.ruby-version }})
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 - name : Install SQLite dependencies
2828 run : sudo apt-get update && sudo apt-get install -y libsqlite3-dev
2929 - name : Set up Ruby
4949 name : linter-check
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v6
5353 - name : Install SQLite dependencies
5454 run : sudo apt-get update && sudo apt-get install -y libsqlite3-dev
5555 - name : Set up Ruby
6666 name : Yaml linting check
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v6
7070 - name : Yaml lint check
7171 uses : ibiqlik/action-yamllint@v3
7272 with :
7676 name : smoke-test
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v6
8080 - name : Install SQLite dependencies
8181 run : sudo apt-get update && sudo apt-get install -y libsqlite3-dev
8282 - name : Set up Ruby
You can’t perform that action at this time.
0 commit comments