Skip to content

Commit

Permalink
attempt to fix github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyoon committed Sep 30, 2023
1 parent cdc2eb8 commit 9c0a937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
# check-out repo and set-up python
#----------------------------------------------
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up python
id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.7'
#----------------------------------------------
Expand Down

0 comments on commit 9c0a937

Please sign in to comment.