check_for_guideline_rules.yml: Update version of used repos

Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
main
Iulia Moldovan 2024-05-20 10:51:53 +03:00 committed by iulia
parent 3e41f2afe1
commit 25bdc9877f
1 changed files with 4 additions and 4 deletions

View File

@ -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