From 76882aca52b267bb7fc07f99fdfa81f524e0a6bc Mon Sep 17 00:00:00 2001 From: dmitriysafronov Date: Sun, 27 Apr 2025 01:12:40 +0000 Subject: [PATCH] ci: update from template Signed-off-by: dmitriysafronov --- .github/workflows/lint.yaml | 4 ++-- update.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 07458a8..cc406e2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -39,10 +39,10 @@ jobs: steps: - name: Check out the codebase - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v5.6.0 with: python-version: "${{ matrix.python }}" cache: "pip" diff --git a/update.sh b/update.sh index 9d4cffc..c590f54 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ git \ clone \ - https://github.com/dmitriysafronov/ansible_role-template.git \ + https://github.com/disafronov/ansible_role-template.git \ .update LATEST_TAG="$(git -C .update tag | grep -e '^v' | sort -V | tail -n 1)" -- GitLab