Skip to content

Commit

Permalink
updating actions version to comply with node20
Browse files Browse the repository at this point in the history
  • Loading branch information
Soap2G authored May 24, 2024
1 parent b5e8c7e commit f9f7109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/notebooks-health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
notebook-list: ${{ steps.get-notebooks.outputs.notebooks }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'

Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
notebook: ${{ fromJson(needs.find-notebooks.outputs['notebook-list']) }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'

Expand Down

0 comments on commit f9f7109

Please sign in to comment.