Skip to content

Commit db2d727

Browse files
chore(deps): update actions/configure-pages action to v6 (#39)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [actions/configure-pages](https://redirect.github.com/actions/configure-pages) | action | major | `v5` → `v6` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/actions/configure-pages/badge)](https://securityscorecards.dev/viewer/?uri=github.com/actions/configure-pages) | --- ### Release Notes <details> <summary>actions/configure-pages (actions/configure-pages)</summary> ### [`v6.0.0`](https://redirect.github.com/actions/configure-pages/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/actions/configure-pages/compare/v6.0.0...v6.0.0) ### Changelog - upgrade to node 24 [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) ([#&#8203;186](https://redirect.github.com/actions/configure-pages/issues/186)) - Upgrade IA Publish [@&#8203;Jcambass](https://redirect.github.com/Jcambass) ([#&#8203;165](https://redirect.github.com/actions/configure-pages/issues/165)) - Add workflow file for publishing releases to immutable action package [@&#8203;Jcambass](https://redirect.github.com/Jcambass) ([#&#8203;163](https://redirect.github.com/actions/configure-pages/issues/163)) - pin draft release version [@&#8203;YiMysty](https://redirect.github.com/YiMysty) ([#&#8203;162](https://redirect.github.com/actions/configure-pages/issues/162)) - Bump espree from 9.6.1 to 10.1.0 [@&#8203;dependabot](https://redirect.github.com/dependabot) ([#&#8203;160](https://redirect.github.com/actions/configure-pages/issues/160)) - Bump eslint-config-prettier from 8.8.0 to 9.1.0 [@&#8203;dependabot](https://redirect.github.com/dependabot) ([#&#8203;143](https://redirect.github.com/actions/configure-pages/issues/143)) - Be more friendly to Dependabot [@&#8203;yoannchaudet](https://redirect.github.com/yoannchaudet) ([#&#8203;158](https://redirect.github.com/actions/configure-pages/issues/158)) - Bump eslint-plugin-github from 4.10.2 to 5.0.1 [@&#8203;dependabot](https://redirect.github.com/dependabot) ([#&#8203;154](https://redirect.github.com/actions/configure-pages/issues/154)) - Bump braces from 3.0.2 to 3.0.3 in the npm\_and\_yarn group [@&#8203;dependabot](https://redirect.github.com/dependabot) ([#&#8203;156](https://redirect.github.com/actions/configure-pages/issues/156)) - Bump undici from 5.28.3 to 5.28.4 [@&#8203;dependabot](https://redirect.github.com/dependabot) ([#&#8203;145](https://redirect.github.com/actions/configure-pages/issues/145)) See details of [all code changes](https://redirect.github.com/actions/configure-pages/compare/v5.0.0...v5.0.1) since previous release. ### [`v6`](https://redirect.github.com/actions/configure-pages/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/configure-pages/compare/v5.0.0...v6.0.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/marimo-team/use-acp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5eda49 commit db2d727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm demo
3333

3434
- name: 📄 Setup Pages
35-
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
35+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6
3636

3737
- name: 📤 Upload artifact
3838
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3

0 commit comments

Comments
 (0)