Skip to content

Commit 49de50d

Browse files
chore(deps): update actions/checkout action to v4 (#35)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v3` -> `v4` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v1` -> `v4` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3...v4) - `url-helper.ts` now leverages well-known environment variables by [@&#8203;jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941) - Expand unit test coverage for `isGhes` by [@&#8203;jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Paris, 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was created by Renovate. <details> <summary>Details</summary> Check the [default configuration](https://redirect.github.com/doctolib/renovate-config) and [documentation](https://doctolib.atlassian.net/wiki/spaces/EE/pages/1882882081/Renovate+Dependencies+Management). See the [logs on Datadog](https://app.datadoghq.com/logs?query=source%3Agithub%20%40git.repository_url%3A%22https%3A%2F%2Fgithub.com%2Fdoctolib%2Frenovate-config.git%22%20%40ci.pipeline.name%3A%28Run%5C%20Renovate%5C%20%5C%28%2A%20OR%20%22Run%20Renovate%20on%20doctolib%2Fdoctolib%22%29%20%40name%3Arenovate%20%40repository%3A%2A%2A%2A%2Fcouchbase-lite-rust&agg_m=count&agg_m_source=base&agg_t=count&cols=%40repository&fromUser=false&messageDisplay=inline&refresh_mode=sliding&storage=hot&stream_sort=time%2Cdesc&viz=stream). To replay this update, you can use the following `packageRules` on the [Manual Run](https://redirect.github.com/doctolib/renovate-config/actions/workflows/manual_run.yml) page: `[{"matchPackageNames": ["*"], "enabled": false}, {"matchPackageNames": ["actions/checkout"], "enabled": true}]` </details> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvLWFwcHJvdmUiLCJkZXBlbmRlbmNpZXMiLCJnaXRodWItYWN0aW9ucyIsIm1ham9yIl19--> Co-authored-by: doctolib-renovate[bot] <161009298+doctolib-renovate[bot]@users.noreply.github.com>
1 parent 4ca3b9f commit 49de50d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
steps:
1717
- name: Install apt-get
1818
run: sudo apt-get install -y clang llvm
19-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
- name: Build
2121
run: cargo build --features=${{ matrix.version }} --verbose

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
version: [community, enterprise]
1515
steps:
16-
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
- run: rustup component add clippy
1818
- uses: actions-rs/clippy-check@v1
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
toolchain: nightly
2323
components: rustfmt, clippy
24-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525
- name: Run tests
2626
run: cargo test --features=${{ matrix.version }} --verbose
2727
- name: Run tests with Couchbase Lite C leak check

0 commit comments

Comments
 (0)