File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 name : Check gem files
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - uses : ruby/setup-ruby@v1
1212 with :
1313 ruby-version : ' 3.2' # Not needed with a .ruby-version file
1818 name : Run pre-commit # https://pre-commit.com/
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : actions/setup-python@v6 # https://www.python.org/
2323 with :
2424 python-version : ' 3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout Code
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 with :
1414 # Full git history is needed to get a proper list of changed files within `super-linter`
1515 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments