Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
[skip pre-commit.ci]
  • Loading branch information
renovate[bot] committed Oct 2, 2023
1 parent c38ca82 commit 902cf6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,16 @@ jobs:
if: github.ref == 'refs/heads/master'

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@f156874f8191504dae5b037505266ed5dda6c382 # v3
if: github.ref == 'refs/heads/master'

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2
with:
path: "./docs/"
if: github.ref == 'refs/heads/master'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2
if: github.ref == 'refs/heads/master'

0 comments on commit 902cf6c

Please sign in to comment.