Skip to content

Commit 957f2e7

Browse files
committedFeb 1, 2025
update versions
1 parent debc59e commit 957f2e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.forgejo/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.event.pull_request.merged == true
1010
runs-on: docker
1111
container:
12-
image: mafyuh/ansible-bws:v1.1.0
12+
image: mafyuh/ansible-bws:v1.1.1
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4

‎.forgejo/workflows/ansible-playbooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run-playbook:
2424
runs-on: docker
2525
container:
26-
image: mafyuh/ansible-bws:v1.1.0
26+
image: mafyuh/ansible-bws:v1.1.1
2727

2828
steps:
2929
- name: Checkout Repository

‎.forgejo/workflows/tofu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
deploy:
1313
runs-on: docker
1414
container:
15-
image: mafyuh/ansible-bws:v1.1.0
15+
image: mafyuh/ansible-bws:v1.1.1
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.