File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 88 pre-commit :
99 runs-on : ' ubuntu-20.04'
1010 steps :
11- - uses : ' actions/checkout@v2'
12- - uses : ' actions/setup-python@v2'
13- - uses : ' pre-commit/action@v2.0.3'
11+ - uses : ' actions/checkout@v3'
12+ - uses : ' actions/setup-python@v4'
13+ with :
14+ python-version : ' 3.x'
15+ - uses : ' pre-commit/action@v3.0.0'
1416 with :
1517 extra_args : --verbose --all-files
1618 kitchen :
2527 - default-ubuntu-1804-master-py3
2628 steps :
2729 - name : ' Check out code'
28- uses : ' actions/checkout@v2 '
30+ uses : ' actions/checkout@v3 '
2931 - name : ' Set up Bundler cache'
30- uses : ' actions/cache@v1 '
32+ uses : ' actions/cache@v3 '
3133 with :
3234 path : ' vendor/bundle'
3335 key : " ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}"
Original file line number Diff line number Diff line change 11<h1 align =" center " >OpenSourceWebsite DevOps</h1 >
22
33[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
4+ [ ![ Kitchen (Linux)] ( https://github.com/opensourcewebsite-org/osw-devops/actions/workflows/kitchen.yml/badge.svg )] ( https://github.com/opensourcewebsite-org/osw-devops/actions/workflows/kitchen.yml )
45
56[ ![ License] ( https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square )] ( LICENSE.md )
67[ ![ SaltStack Version] ( https://img.shields.io/badge/SaltStack-3005.1-blue.svg?style=flat-square )] ( https://saltproject.io )
You can’t perform that action at this time.
0 commit comments