Skip to content

Commit

Permalink
Upgrade more dependencies of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Nov 27, 2023
1 parent 0bc5cf8 commit 813e667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DeployToPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:

steps:
- name: Setup Pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@v3

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
with:
artifact_name: github-pages

0 comments on commit 813e667

Please sign in to comment.