Commit a2f2a7f7 authored by dmitriysafronov's avatar dmitriysafronov
Browse files

ci: update from template

parent 0a4fc12c
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
@@ -12,7 +12,7 @@ jobs:
    runs-on: ubuntu-latest
    steps:
      - name: "Rebase all Dependabot's pull requests on every push to the main branch"
        uses: bbeesley/gha-auto-dependabot-rebase@v1.5.121
        uses: bbeesley/gha-auto-dependabot-rebase@v1.5.122
        env:
          GITHUB_TOKEN: ${{ secrets.PAT }}
      - name: "Rebase all users' pull requests on release push to the main branch"
+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)"