Skip to content

Commit 33118ea

Browse files
committed
fix tests
1 parent 2e5e723 commit 33118ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testpatterns.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: fix directory permissions of logstash data directory
1919
run: sudo chmod 777 /usr/share/logstash/data
2020
- name: Checkout code
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: Set up Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: '3.9'
2626
- name: Install dependencies

0 commit comments

Comments
 (0)