From 25bdc9877f3f61f4acc9874c1dac03e435495a0f Mon Sep 17 00:00:00 2001 From: Iulia Moldovan Date: Mon, 20 May 2024 10:51:53 +0300 Subject: [PATCH] check_for_guideline_rules.yml: Update version of used repos Signed-off-by: Iulia Moldovan --- .github/workflows/check_for_guideline_rules.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check_for_guideline_rules.yml b/.github/workflows/check_for_guideline_rules.yml index e90c4e3f6..e36dfe9e9 100644 --- a/.github/workflows/check_for_guideline_rules.yml +++ b/.github/workflows/check_for_guideline_rules.yml @@ -20,15 +20,15 @@ jobs: steps: - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: # version range - python-version: '3.x' + python-version: '3.10' - name: Checkout repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # repository that retrieves all the changed files - 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 with: format: space-delimited