Skip to content

Commit cea9e7c

Browse files
authoredSep 25, 2024··
ci(deps): update actions/checkout action to v4.2.0
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.7 | v4.2.0 |
1 parent 92c7bc3 commit cea9e7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2424
with:
2525
fetch-depth: 0
2626
show-progress: false
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4040
with:
4141
show-progress: false
4242

@@ -69,7 +69,7 @@ jobs:
6969
- example/renovate-config.json
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
72+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7373
with:
7474
show-progress: false
7575

@@ -133,7 +133,7 @@ jobs:
133133
git config --global user.name 'Renovate Bot'
134134
135135
- name: Checkout
136-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
136+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
137137
with:
138138
fetch-depth: 0 # required for semantic release
139139
ref: 'release'

0 commit comments

Comments
 (0)
Please sign in to comment.