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] authored Aug 13, 2024
1 parent fdee49d commit 7c0def5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- run: npm run build:docs

- name: 'Upload Pages artifact'
uses: 'actions/upload-pages-artifact@v3'
uses: 'actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa' # v3
with:
path: 'docs/'

- name: 'Deploy documentation to GitHub Pages'
uses: 'actions/deploy-pages@v4'
uses: 'actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e' # v4

0 comments on commit 7c0def5

Please sign in to comment.