File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v6
1212 - name : Set up Python
13- uses : actions/setup-python@v2
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : 3.9
1616 - run : pip install --upgrade flake8
1717 - name : flake8
18- uses : liskin/gh-problem-matcher-wrap@v1
18+ uses : liskin/gh-problem-matcher-wrap@v3
1919 with :
2020 linters : flake8
2121 run : flake8
@@ -24,14 +24,14 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v6
2828 - name : Set up Python
29- uses : actions/setup-python@v2
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : 3.9
3232 - run : python -m pip install isort
3333 - name : isort
34- uses : liskin/gh-problem-matcher-wrap@v1
34+ uses : liskin/gh-problem-matcher-wrap@v3
3535 with :
3636 linters : isort
3737 run : isort -c -rc -df djangocms_column
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@master
1414 - name : Set up Python 3.9
15- uses : actions/setup-python@v1
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : 3.9
1818
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@master
1414 - name : Set up Python 3.9
15- uses : actions/setup-python@v1
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : 3.9
1818
You can’t perform that action at this time.
0 commit comments