Skip to content

Commit 3027d4b

Browse files
author
mkudlej
authored
Merge pull request 3scale-qe#904 from 3scale-qe/mkudlej-patch-1
Update acceptance.yml
2 parents d2315d7 + 1ef5978 commit 3027d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
check:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Setup Python
1414
id: setup-python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.11'
1818
- name: Install pipenv

0 commit comments

Comments
 (0)