File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 # Checkout the code base #
3434 # #########################
3535 - name : Checkout Code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 # Full git history is needed to get a proper list of changed files within `super-linter`
3939 fetch-depth : 0
4242 # Run Linter against code base #
4343 # ###############################
4444 - name : Lint Code Base
45- uses : github/super-linter/slim@v5
45+ uses : github/super-linter/slim@v7
4646 env :
4747 DEFAULT_BRANCH : main
4848 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 44 test :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v3
7+ - uses : actions/checkout@v5
88 - uses : ruby/setup-ruby@v1
99 with :
1010 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
You can’t perform that action at this time.
0 commit comments