File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 permissions :
1212 contents : write
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 DATABASE_URL : ${{ matrix.database_url }}
127127 name : Ruby ${{ matrix.ruby }} Rails ${{ matrix.rails }} DB ${{ matrix.database_url }}
128128 steps :
129- - uses : actions/checkout@v3
129+ - uses : actions/checkout@v6
130130 - name : Set up Ruby
131131 uses : ruby/setup-ruby@v1
132132 with :
Original file line number Diff line number Diff line change 1313 name : Bundle Audit (Dependency Check)
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Set up Ruby
1818 uses : ruby/setup-ruby@v1
1919 with :
You can’t perform that action at this time.
0 commit comments