Skip to content

Commit

Permalink
Merge pull request #904 from 3scale-qe/mkudlej-patch-1
Browse files Browse the repository at this point in the history
Update acceptance.yml
  • Loading branch information
mkudlej authored Jan 2, 2025
2 parents d2315d7 + 1ef5978 commit 3027d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install pipenv
Expand Down

0 comments on commit 3027d4b

Please sign in to comment.