Skip to content

Commit aefb0aa

Browse files
committed
ci: tox-lsr version 3.1.1
This is primarily for the update to ansible-plugin-scan to work with the upcoming ostree changes, but also includes some minor fixes which affect ci. 3.1.0 was released but not used due to a bug fixed in 3.1.1 See full release notes for 3.1.0 and 3.1.1 https://github.com/linux-system-roles/tox-lsr/releases Signed-off-by: Rich Megginson <[email protected]>
1 parent 1bb57f2 commit aefb0aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ansible-managed-var-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install tox, tox-lsr
3131
run: |
3232
set -euxo pipefail
33-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.0.0"
33+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.1.1"
3434
3535
- name: Run ansible-plugin-scan
3636
run: |

.github/workflows/ansible-plugin-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install tox, tox-lsr
3131
run: |
3232
set -euxo pipefail
33-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.0.0"
33+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.1.1"
3434
3535
- name: Run ansible-plugin-scan
3636
run: |

.github/workflows/ansible-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install tox, tox-lsr
3434
run: |
3535
set -euxo pipefail
36-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.0.0"
36+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.1.1"
3737
3838
- name: Convert role to collection format
3939
run: |

.github/workflows/weekly_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
36-
- name: Create and push empty commit
36+
- name: Create or rebase commit, add dump_packages callback
3737
run: |
3838
set -euxo pipefail
3939

0 commit comments

Comments
 (0)