Skip to content

Commit 25bdc98

Browse files
check_for_guideline_rules.yml: Update version of used repos
Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
1 parent 3e41f2a commit 25bdc98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check_for_guideline_rules.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020

2121
steps:
2222
- name: Setup python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5
2424
with:
2525
# version range
26-
python-version: '3.x'
26+
python-version: '3.10'
2727
- name: Checkout repository code
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
# repository that retrieves all the changed files
3030
- name: Load get-changed-files repo
31-
uses: Ana06/get-changed-files@v2.2.0
31+
uses: Ana06/get-changed-files@v2.3.0
3232
id: changed_files
3333
with:
3434
format: space-delimited

0 commit comments

Comments
 (0)