Loading .github/workflows/lint.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading .github/workflows/push-rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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)" Loading Loading
.github/workflows/lint.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading
.github/workflows/push-rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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)" Loading