Skip to content

Commit 6b6bdcf

Browse files
chore(deps): update actions/checkout action to v6 (#144)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `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) </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/sterliakov/toggl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d919790 commit 6b6bdcf

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Lint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
persist-credentials: false
1919
- uses: actions-rust-lang/setup-rust-toolchain@v1
@@ -34,7 +34,7 @@ jobs:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
3535
runs-on: ${{ matrix.os }}
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
persist-credentials: false
4040
- uses: actions-rust-lang/setup-rust-toolchain@v1
@@ -48,7 +48,7 @@ jobs:
4848
name: Test
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
with:
5353
persist-credentials: false
5454
- uses: actions-rust-lang/setup-rust-toolchain@v1
@@ -65,7 +65,7 @@ jobs:
6565
name: Parse changelog
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
with:
7070
persist-credentials: false
7171
- uses: taiki-e/install-action@parse-changelog # zizmor: ignore[ref-confusion]

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
persist-credentials: false
1919
- uses: actions/setup-python@v6
@@ -68,7 +68,7 @@ jobs:
6868
id-token: write
6969
runs-on: ${{ matrix.os }}
7070
steps:
71-
- uses: actions/checkout@v5
71+
- uses: actions/checkout@v6
7272
with:
7373
persist-credentials: false
7474
- uses: actions/setup-node@v6
@@ -145,7 +145,7 @@ jobs:
145145
contents: read
146146
id-token: write
147147
steps:
148-
- uses: actions/checkout@v5
148+
- uses: actions/checkout@v6
149149
with:
150150
persist-credentials: false
151151
- uses: actions/setup-node@v6
@@ -176,7 +176,7 @@ jobs:
176176
permissions:
177177
id-token: write
178178
steps:
179-
- uses: actions/checkout@v5
179+
- uses: actions/checkout@v6
180180
with:
181181
persist-credentials: false
182182
- uses: actions-rust-lang/setup-rust-toolchain@v1
@@ -198,7 +198,7 @@ jobs:
198198
permissions:
199199
contents: write
200200
steps:
201-
- uses: actions/checkout@v5
201+
- uses: actions/checkout@v6
202202
with:
203203
persist-credentials: false
204204
- run: gh release edit "${GITHUB_REF#refs/tags/}" --draft=false

0 commit comments

Comments
 (0)