Skip to content

Commit e009c86

Browse files
Bump actions/checkout from 6.0.2 to 6.0.3 (#1651)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee1993e commit e009c86

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 60
2020
steps:
2121
- name: Checkout current branch
22-
uses: actions/checkout@v6.0.2
22+
uses: actions/checkout@v6.0.3
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Java
@@ -47,7 +47,7 @@ jobs:
4747
platform: ['JVM', 'JS', 'Native']
4848
steps:
4949
- name: Checkout current branch
50-
uses: actions/checkout@v6.0.2
50+
uses: actions/checkout@v6.0.3
5151
- name: Setup Java
5252
uses: actions/setup-java@v5.2.0
5353
with:
@@ -68,7 +68,7 @@ jobs:
6868
timeout-minutes: 60
6969
steps:
7070
- name: Checkout current branch
71-
uses: actions/checkout@v6.0.2
71+
uses: actions/checkout@v6.0.3
7272
- name: Setup Java
7373
uses: actions/setup-java@v5.2.0
7474
with:
@@ -102,7 +102,7 @@ jobs:
102102
platform: ['JVM']
103103
steps:
104104
- name: Checkout current branch
105-
uses: actions/checkout@v6.0.2
105+
uses: actions/checkout@v6.0.3
106106
with:
107107
fetch-depth: 0
108108
- name: Setup Java
@@ -137,7 +137,7 @@ jobs:
137137
platform: ['JVM']
138138
steps:
139139
- name: Checkout current branch
140-
uses: actions/checkout@v6.0.2
140+
uses: actions/checkout@v6.0.3
141141
- name: Setup Java
142142
uses: actions/setup-java@v5.2.0
143143
with:
@@ -163,7 +163,7 @@ jobs:
163163
platform: ['JS', 'Native']
164164
steps:
165165
- name: Checkout current branch
166-
uses: actions/checkout@v6.0.2
166+
uses: actions/checkout@v6.0.3
167167
- name: Setup Java
168168
uses: actions/setup-java@v5.2.0
169169
with:
@@ -186,7 +186,7 @@ jobs:
186186
if: ${{ github.event_name == 'push' }}
187187
steps:
188188
- name: Git Checkout
189-
uses: actions/checkout@v6.0.2
189+
uses: actions/checkout@v6.0.3
190190
with:
191191
fetch-depth: '0'
192192
- name: Setup Scala
@@ -255,7 +255,7 @@ jobs:
255255
if: github.event_name != 'pull_request'
256256
steps:
257257
- name: Checkout current branch
258-
uses: actions/checkout@v6.0.2
258+
uses: actions/checkout@v6.0.3
259259
with:
260260
fetch-depth: 0
261261
- name: Setup Java
@@ -287,7 +287,7 @@ jobs:
287287
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
288288
steps:
289289
- name: Git Checkout
290-
uses: actions/checkout@v6.0.2
290+
uses: actions/checkout@v6.0.3
291291
with:
292292
fetch-depth: '0'
293293
- name: Setup Scala
@@ -317,7 +317,7 @@ jobs:
317317
if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }}
318318
steps:
319319
- name: Git Checkout
320-
uses: actions/checkout@v6.0.2
320+
uses: actions/checkout@v6.0.3
321321
with:
322322
fetch-depth: '0'
323323
- name: notify the main repo about the new release of docs package

0 commit comments

Comments
 (0)