Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
# Enable version updates for GitHub action workflows
- package-ecosystem: "github-actions"
directory: "/"
# Check for updates to GitHub Actions once per week
schedule:
interval: "daily"
# Limit the number of open pull requests to 10
open-pull-requests-limit: 10
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# Build & deploy
- name: Deploy to gh-pages branch
uses: shalzz/zola-deploy-action@v0.17.2
uses: shalzz/zola-deploy-action@v0.19.2
env:
# Target branch
PAGES_BRANCH: gh-pages
Expand Down