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 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 fetch-depth : 0 # Not needed if lastUpdated is not enabled
3939 # - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - name : Set up Node
1717 uses : actions/setup-node@v5
Original file line number Diff line number Diff line change 2020 - 3300:3300
2121 options : --health-cmd "mysqladmin ping -h localhost" --health-interval 10s --health-timeout 5s --health-retries 5
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Use Ruby
2525 uses : actions/setup-ruby@v1
2626 with :
You can’t perform that action at this time.
0 commit comments