Skip to content

Commit

Permalink
chore(deps): bump Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aellwein committed Dec 11, 2023
1 parent b86687b commit e9ef826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
Expand All @@ -60,4 +60,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3

0 comments on commit e9ef826

Please sign in to comment.