Skip to content

Commit

Permalink
Bump versions in check-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chicocvenancio committed Jul 9, 2024
1 parent f4bb631 commit bf7456d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
python-version: 3.9
architecture: 'x64'
- name: Install node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '20'
- name: Get pip cache dir
id: pip-cache
run: |
echo "::set-output name=dir::$(pip cache dir)"
- name: Cache pip
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('package.json') }}
Expand All @@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-linkcheck-
- name: Upgrade packaging dependencies
run: |
pip install --upgrade pip setuptools wheel jupyter-packaging~=0.10 --user
pip install --upgrade pip setuptools wheel jupyter-packaging~=0.12 --user
- name: Install Dependencies
run: |
pip install .
Expand Down

0 comments on commit bf7456d

Please sign in to comment.