Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
08jne01 authored Oct 27, 2023
1 parent 5b60efd commit e41d205
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v1
with:
refs: refs/tags/v2.1.1
- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit e41d205

Please sign in to comment.