Skip to content

Commit

Permalink
Merge pull request #966 from bavix/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…configure-pages-5

Bump actions/configure-pages from 4 to 5
  • Loading branch information
rez1dent3 authored Jun 25, 2024
2 parents 9365a89 + b879bde commit c13a4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: 20
cache: npm # or pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
- name: Build with VitePress
Expand Down

0 comments on commit c13a4df

Please sign in to comment.