Skip to content

Commit

Permalink
Merge pull request #308 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 committed Jun 24, 2024
2 parents 6e2e488 + 785bd82 commit a0f8288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
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 a0f8288

Please sign in to comment.