Skip to content

Commit

Permalink
chore(deps): bump the deps group with 2 updates (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 5d6a935 commit 371ee4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Setup GitHub Pages
if: github.event_name == 'push'
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Upload Pages artifact
if: github.event_name == 'push'
Expand All @@ -41,4 +41,4 @@ jobs:

- name: Deploy to GitHub Pages
if: github.event_name == 'push'
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3

0 comments on commit 371ee4c

Please sign in to comment.