Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewekhalel committed Aug 17, 2023
1 parent 7803d8e commit 40d7f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v1
uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 40d7f16

Please sign in to comment.