Skip to content

Commit 51ab4c6

Browse files
Update actions/checkout action to v4 (zio#880)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10d6573 commit 51ab4c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
continue-on-error: true
2323
steps:
2424
- name: Git Checkout
25-
uses: actions/checkout@v3.6.0
25+
uses: actions/checkout@v4.0.0
2626
with:
2727
fetch-depth: '0'
2828
- name: Install libuv
@@ -47,7 +47,7 @@ jobs:
4747
continue-on-error: false
4848
steps:
4949
- name: Git Checkout
50-
uses: actions/checkout@v3.6.0
50+
uses: actions/checkout@v4.0.0
5151
with:
5252
fetch-depth: '0'
5353
- name: Install libuv
@@ -87,7 +87,7 @@ jobs:
8787
- name: Cache Dependencies
8888
uses: coursier/cache-action@v6
8989
- name: Git Checkout
90-
uses: actions/checkout@v3.6.0
90+
uses: actions/checkout@v4.0.0
9191
with:
9292
fetch-depth: '0'
9393
- name: Test
@@ -105,7 +105,7 @@ jobs:
105105
if: ${{ github.event_name == 'push' }}
106106
steps:
107107
- name: Git Checkout
108-
uses: actions/checkout@v3.6.0
108+
uses: actions/checkout@v4.0.0
109109
with:
110110
fetch-depth: '0'
111111
- name: Install libuv
@@ -179,7 +179,7 @@ jobs:
179179
if: ${{ github.event_name != 'pull_request' }}
180180
steps:
181181
- name: Git Checkout
182-
uses: actions/checkout@v3.6.0
182+
uses: actions/checkout@v4.0.0
183183
with:
184184
fetch-depth: '0'
185185
- name: Install libuv
@@ -208,7 +208,7 @@ jobs:
208208
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
209209
steps:
210210
- name: Git Checkout
211-
uses: actions/checkout@v3.6.0
211+
uses: actions/checkout@v4.0.0
212212
with:
213213
fetch-depth: '0'
214214
- name: Install libuv
@@ -239,7 +239,7 @@ jobs:
239239
if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }}
240240
steps:
241241
- name: Git Checkout
242-
uses: actions/checkout@v3.6.0
242+
uses: actions/checkout@v4.0.0
243243
with:
244244
fetch-depth: '0'
245245
- name: notify the main repo about the new release of docs package

0 commit comments

Comments
 (0)