Skip to content

Commit

Permalink
🗓 Apr 11, 2024 10:07:27 PM
Browse files Browse the repository at this point in the history
💚 build steps added/updated
  • Loading branch information
securisec committed Apr 12, 2024
1 parent fefd6f9 commit d35cf9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_multi_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
needs: test
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
- name: setup
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: build
Expand Down

0 comments on commit d35cf9f

Please sign in to comment.