Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Oct 30, 2023
1 parent d664e9e commit fecb15b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Hatch
run: pipx install hatch==${{ env.HATCH_VERSION }}
Expand All @@ -29,7 +29,7 @@ jobs:
cache: pip

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Hatch
run: pipx install hatch==${{ env.HATCH_VERSION }}
Expand All @@ -24,7 +24,7 @@ jobs:
cache: pip

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: mv dist/* _site/releases/datalogger-jupyterlab

- name: Upload site artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2

deploy:
needs: build
Expand Down

0 comments on commit fecb15b

Please sign in to comment.