Skip to content

Commit

Permalink
Merge branch 'default' into tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmmh committed Jan 25, 2024
2 parents 26f3121 + f23f3c6 commit 883ba62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
echo "PIPX_BIN_DIR=$HOME/.local/bin" >> $GITHUB_ENV
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Set up Node 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.x"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
echo "PIPX_BIN_DIR=$HOME/.local/bin" >> $GITHUB_ENV
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Set up Node 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.x"

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* **New**: Implemented opt-in activity tracking
* **Update**: Updated the backend to use FastAPI
* **Update**: Frontend performance updates
* **Bugfix**: Updated vite dependency to fix a security issue in dev mode

## 0.9.1

Expand Down

0 comments on commit 883ba62

Please sign in to comment.