Skip to content

Commit b49bf51

Browse files
chore(deps): update actions/checkout action to v6 (#345)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v6` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6`](https://redirect.github.com/actions/checkout/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5...v6) ### [`v5`](https://redirect.github.com/actions/checkout/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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/get-eventually/eventually-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd5a965 commit b49bf51

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
repo-token: ${{ secrets.GITHUB_TOKEN }}
2828

29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030

3131
- uses: actions-rs/toolchain@v1
3232
with:
@@ -70,7 +70,7 @@ jobs:
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: checkout source
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v6
7474

7575
- name: Install Rust stable toolchain
7676
uses: actions-rs/toolchain@v1
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- name: Checkout sources
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v6
110110

111111
- name: Install nightly toolchain
112112
uses: actions-rs/toolchain@v1
@@ -132,7 +132,7 @@ jobs:
132132
repo-token: ${{ secrets.GITHUB_TOKEN }}
133133

134134
- name: Checkout sources
135-
uses: actions/checkout@v4
135+
uses: actions/checkout@v6
136136

137137
- name: Install stable toolchain
138138
uses: actions-rs/toolchain@v1

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616

1717
- name: Checkout sources
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Install stable toolchain
2121
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)