Skip to content

Commit 5ca6e44

Browse files
chore(deps): update github ci dependencies (major) (#2159)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/configure-pages](https://redirect.github.com/actions/configure-pages) | action | major | `v5` → `v6` | | [actions/deploy-pages](https://redirect.github.com/actions/deploy-pages) | action | major | `v4` → `v5` | | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | major | `v5` → `v6` | --- ### Release Notes <details> <summary>actions/configure-pages (actions/configure-pages)</summary> ### [`v6`](https://redirect.github.com/actions/configure-pages/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/configure-pages/compare/v5...v6) </details> <details> <summary>actions/deploy-pages (actions/deploy-pages)</summary> ### [`v5`](https://redirect.github.com/actions/deploy-pages/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/deploy-pages/compare/v4...v5) </details> <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v6`](https://redirect.github.com/codecov/codecov-action/compare/v5...v6) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/facet-rs/facet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4735670 commit 5ca6e44

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cargo +nightly llvm-cov report --doctests --lcov --output-path coverage/lcov.info
4444
4545
- name: ✨ Upload coverage to Codecov
46-
uses: codecov/codecov-action@v5
46+
uses: codecov/codecov-action@v6
4747
with:
4848
files: coverage/lcov.info
4949
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: ~/.cargo/bin/ddc build
4343

4444
- name: Setup Pages
45-
uses: actions/configure-pages@v5
45+
uses: actions/configure-pages@v6
4646

4747
- name: Upload artifact
4848
uses: actions/upload-pages-artifact@v4
@@ -58,4 +58,4 @@ jobs:
5858
steps:
5959
- name: Deploy to GitHub Pages
6060
id: deployment
61-
uses: actions/deploy-pages@v4
61+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)