Skip to content

Commit

Permalink
Updated GH action
Browse files Browse the repository at this point in the history
modified:   .github/workflows/main.yml
  • Loading branch information
nastena1606 committed Nov 29, 2023
1 parent a706601 commit b4e52fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
#Pull the latest changes
- name: Chekout code
uses: percona-platform/checkout@v2
uses: actions/checkout@v2
with:
fetch-depth: 0
#Prepare the env
- name: Set up Python
uses: percona-platform/setup-python@v2
uses: actions/setup-python@v2
with:
python-version: '3.x'

Expand Down

0 comments on commit b4e52fd

Please sign in to comment.