Skip to content

Commit

Permalink
Update workflow for daily to use Node20
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeldaZach authored Jan 23, 2024
1 parent 5827eab commit d673052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily_rebuild_outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true

- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down

0 comments on commit d673052

Please sign in to comment.