Skip to content

Commit 1714d92

Browse files
author
Alan Christie
committed
ci: Updated lint action versions
1 parent e5681ab commit 1714d92

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121

2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
- name: Set up Python 3.8
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v5
2727
with:
28-
python-version: '3.8'
28+
python-version: '3.12'
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip

build-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ansible-lint == 4.3.7
2-
yamllint == 1.25.0
1+
ansible-lint
2+
yamllint

0 commit comments

Comments
 (0)