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
99 steps :
1010 # Important: This sets up your GITHUB_WORKSPACE environment variable
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212
1313 - name : Lint Ansible Playbook
1414 uses : ansible/ansible-lint-action@v6
Original file line number Diff line number Diff line change 3232 # Checkout the code base #
3333 # #########################
3434 - name : Checkout Code
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 # Full git history is needed to get a proper list of changed files within `super-linter`
3838 fetch-depth : 0
Original file line number Diff line number Diff line change 3030 clustergroup : ${{ steps.filter.outputs.clustergroup }}
3131 steps :
3232 - name : Checkout Code
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434
3535 - uses : dorny/paths-filter@v2
3636 id : filter
Original file line number Diff line number Diff line change 1919 contents : write
2020 steps :
2121 - name : Checkout Code
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
2525 token : ${{ secrets.CHARTS_REPOS_TOKEN }}
Original file line number Diff line number Diff line change 3232 # Checkout the code base #
3333 # #########################
3434 - name : Checkout Code
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 # Full git history is needed to get a proper list of changed files within `super-linter`
3838 fetch-depth : 0
Original file line number Diff line number Diff line change 2929 # Checkout the code base #
3030 # #########################
3131 - name : Checkout Code
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333 with :
3434 # Full git history is needed to get a proper list of changed files within `super-linter`
3535 fetch-depth : 0
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout Code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 # Full git history is needed to get a proper list of changed files within `super-linter`
1818 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments