Skip to content

Commit

Permalink
bump python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
profjsb committed Oct 8, 2024
1 parent 0c5e2a3 commit db34d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down

0 comments on commit db34d8d

Please sign in to comment.