Skip to content

Commit

Permalink
Fix GitHub Actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Apr 27, 2024
1 parent 336300d commit a287c98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
# os: [ubuntu-22.04, macos-latest, windows-latest]
os: [ubuntu-22.04, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Python.3.10.x
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.10.x
python-version: '3.10'
- name: Cache pip
uses: actions/cache@v1
with:
Expand Down

0 comments on commit a287c98

Please sign in to comment.