File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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@v4
11+ - uses : actions/checkout@v5
1212
1313 - name : Lint Ansible Playbook
14- uses : ansible/ansible-lint@06f616d6e86e9ce4c74393318d1cbb2d016af413
14+ uses : ansible/ansible-lint@50373efb440dd3b524956c075af715cd00eaf20b
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout Code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Set up Python ${{ matrix.python-version }}
1919 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout Code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 # Full git history is needed to get a proper list of changed files within `super-linter`
1818 fetch-depth : 0
Original file line number Diff line number Diff line change 1515 name : Git Sync branch
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 - name : Set up Node
2020 uses : actions/setup-node@v4
2121 with :
You can’t perform that action at this time.
0 commit comments