Commit 37df5a0a authored by dmitriysafronov's avatar dmitriysafronov
Browse files

ci: update from template

parent ae4066b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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)"