Skip to content

Commit

Permalink
chore(ci): node20 updates (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick authored May 30, 2024
1 parent 3769c75 commit 90e5a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.8'

- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run build checks
run: ./build-checks.py
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.8'

Expand All @@ -25,7 +25,7 @@ jobs:
pip3 install ffmpeg-normalize
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run build checks
run: ./build-checks.py
Expand Down

0 comments on commit 90e5a49

Please sign in to comment.