Skip to content

Commit db9b4a6

Browse files
committed
bump gh actions
1 parent e90751f commit db9b4a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
ansible:
22-
- "2.14"
23-
- "2.15"
24-
- "2.16"
22+
- "2.17"
23+
- "2.18"
24+
- "2.19"
2525
scenario:
2626
- pdns-48
2727
- pdns-49
@@ -31,9 +31,9 @@ jobs:
3131
- systemd-no-overrides
3232
steps:
3333
- name: checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
- name: Install python
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: "3.11"
3939
- name: Install dependencies

0 commit comments

Comments
 (0)