File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : checkout repo content
13- uses : actions/checkout@v4 # checkout the repository content
13+ uses : actions/checkout@v5 # checkout the repository content
1414
1515 - name : setup python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.x" # install the python version needed
1919
Original file line number Diff line number Diff line change 2626 # Checkout the code base #
2727 # #########################
2828 - name : Checkout Code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030
3131 # ###################################
3232 # Run the action against code base #
Original file line number Diff line number Diff line change 1010 validate-yaml :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Validate YAML file
1515 run : yamllint -c _scripts/yaml_lint.rules projects/.
You can’t perform that action at this time.
0 commit comments