Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 4, 2024
1 parent a56809c commit 5ffd94e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
bun install
bun run docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
with:
# Upload entire repository
path: 'docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
# - name: Deploy 🚀
# uses: JamesIves/github-pages-deploy-action@5c6e9e9f3672ce8fd37b9856193d2a537941e66c # v4
# with:
Expand Down
2 changes: 1 addition & 1 deletion pkg/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@ngrx/signals": "18.0.0-rc.2",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"ng-packagr": "^18.0.0",
"ng-packagr": "18.0.0",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"typescript": "5.4.5",
Expand Down

0 comments on commit 5ffd94e

Please sign in to comment.