check_for_guideline_rules.yml: Update version of used repos
Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>main
parent
3e41f2afe1
commit
25bdc9877f
|
@ -20,15 +20,15 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
# version range
|
# version range
|
||||||
python-version: '3.x'
|
python-version: '3.10'
|
||||||
- name: Checkout repository code
|
- name: Checkout repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
# repository that retrieves all the changed files
|
# repository that retrieves all the changed files
|
||||||
- name: Load get-changed-files repo
|
- name: Load get-changed-files repo
|
||||||
uses: Ana06/get-changed-files@v2.2.0
|
uses: Ana06/get-changed-files@v2.3.0
|
||||||
id: changed_files
|
id: changed_files
|
||||||
with:
|
with:
|
||||||
format: space-delimited
|
format: space-delimited
|
||||||
|
|
Loading…
Reference in New Issue