Skip to content

Commit db53684

Browse files
committed
Merge branch 'main' of github.com:Icinga/ansible-collection-icinga into main
2 parents 4718554 + 5878b06 commit db53684

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Check out code
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838

3939
- name: Set up Python
4040
uses: actions/setup-python@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
COLLECTION_NAMESPACE: icinga
1717
COLLECTION_NAME: icinga
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
ref: ${{ inputs.tag }}
2222

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Check out code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Set up Python
3232
uses: actions/setup-python@v4
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Check out code
54-
uses: actions/checkout@v3
54+
uses: actions/checkout@v4
5555

5656
- name: Set up Python
5757
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)