Skip to content

Commit

Permalink
Merge pull request #30 from coreruleset/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/configure-pages-5

chore(deps): bump actions/configure-pages from 4 to 5
  • Loading branch information
fzipi authored Apr 2, 2024
2 parents f42b037 + 73f1a8f commit 3b16e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

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

- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
Expand Down

0 comments on commit 3b16e1c

Please sign in to comment.