Skip to content

Commit

Permalink
Merge pull request #2 from realrashid/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/configure-pages-4

Bump actions/configure-pages from 3 to 4
  • Loading branch information
realrashid authored Dec 30, 2023
2 parents 7db7a53 + 64731ed commit eb313b7
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 @@ -41,7 +41,7 @@ jobs:
cache: npm # or pnpm / yarn
cache-dependency-path: './docs/package-lock.json'
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm install # or pnpm install / yarn install / bun install
working-directory: ./docs/
Expand Down

0 comments on commit eb313b7

Please sign in to comment.