Skip to content

Commit

Permalink
Upgrade GitHub Action scripts from Node.js 16 to Node.js 20 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidchu committed Feb 22, 2024
1 parent efeee00 commit 5b8394e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run Black (Python)
uses: psf/black@stable
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
run-linux-python3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Compile
Expand Down

0 comments on commit 5b8394e

Please sign in to comment.