Skip to content

Commit 7657845

Browse files
chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#2636)
1 parent 029c557 commit 7657845

30 files changed

+48
-48
lines changed

.github/workflows/binary-compatibility-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v6.0.1
40+
uses: actions/checkout@v6.0.2
4141
with:
4242
fetch-depth: 0
4343
fetch-tags: 0

.github/workflows/build-test-prValidation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6.0.1
29+
uses: actions/checkout@v6.0.2
3030
with:
3131
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
3232
fetch-depth: 0
@@ -62,7 +62,7 @@ jobs:
6262
scalaVersion: ["2.13.x", "3.3.x"]
6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v6.0.1
65+
uses: actions/checkout@v6.0.2
6666
with:
6767
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
6868
fetch-depth: 0
@@ -126,7 +126,7 @@ jobs:
126126
- cluster/test distributed-data/test cluster-tools/test cluster-metrics/test
127127
steps:
128128
- name: Checkout
129-
uses: actions/checkout@v6.0.1
129+
uses: actions/checkout@v6.0.2
130130
with:
131131
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
132132
fetch-depth: 0
@@ -170,7 +170,7 @@ jobs:
170170
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
171171
steps:
172172
- name: Checkout
173-
uses: actions/checkout@v6.0.1
173+
uses: actions/checkout@v6.0.2
174174
with:
175175
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
176176
fetch-depth: 0

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# to submit dependencies
3434
contents: write
3535
steps:
36-
- uses: actions/checkout@v6.0.1
36+
- uses: actions/checkout@v6.0.2
3737
with:
3838
persist-credentials: false
3939
- name: Install sbt

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout current branch (full)
32-
uses: actions/checkout@v6.0.1
32+
uses: actions/checkout@v6.0.2
3333
with:
3434
fetch-depth: 0
3535
persist-credentials: false

.github/workflows/generate-doc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.repository == 'apache/pekko'
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v6.0.1
33+
uses: actions/checkout@v6.0.2
3434
with:
3535
fetch-depth: 0
3636
fetch-tags: true

.github/workflows/headers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v6.0.1
31+
uses: actions/checkout@v6.0.2
3232
with:
3333
persist-credentials: false
3434

.github/workflows/link-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.repository == 'apache/pekko'
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2
2525
with:
2626
persist-credentials: false
2727

.github/workflows/nightly-1.0-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.repository == 'apache/pekko'
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2
2525
with:
2626
fetch-depth: 0
2727
fetch-tags: true
@@ -75,7 +75,7 @@ jobs:
7575
- cluster-typed/test cluster-sharding-typed/test
7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@v6.0.1
78+
uses: actions/checkout@v6.0.2
7979
with:
8080
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
8181
fetch-depth: 0
@@ -127,7 +127,7 @@ jobs:
127127
javaVersion: [8, 11, 17, 21]
128128
steps:
129129
- name: Checkout
130-
uses: actions/checkout@v6.0.1
130+
uses: actions/checkout@v6.0.2
131131
with:
132132
fetch-depth: 0
133133
fetch-tags: true

.github/workflows/nightly-1.1-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.repository == 'apache/pekko'
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2
2525
with:
2626
fetch-depth: 0
2727
fetch-tags: true
@@ -76,7 +76,7 @@ jobs:
7676
- cluster-typed/test cluster-sharding-typed/test
7777
steps:
7878
- name: Checkout
79-
uses: actions/checkout@v6.0.1
79+
uses: actions/checkout@v6.0.2
8080
with:
8181
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
8282
fetch-depth: 0
@@ -129,7 +129,7 @@ jobs:
129129
javaVersion: [8, 11, 17, 21]
130130
steps:
131131
- name: Checkout
132-
uses: actions/checkout@v6.0.1
132+
uses: actions/checkout@v6.0.2
133133
with:
134134
fetch-depth: 0
135135
fetch-tags: true

.github/workflows/nightly-1.2-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.repository == 'apache/pekko'
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2
2525
with:
2626
fetch-depth: 0
2727
fetch-tags: true
@@ -76,7 +76,7 @@ jobs:
7676
- cluster-typed/test cluster-sharding-typed/test
7777
steps:
7878
- name: Checkout
79-
uses: actions/checkout@v6.0.1
79+
uses: actions/checkout@v6.0.2
8080
with:
8181
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
8282
fetch-depth: 0
@@ -129,7 +129,7 @@ jobs:
129129
javaVersion: [8, 11, 17, 21]
130130
steps:
131131
- name: Checkout
132-
uses: actions/checkout@v6.0.1
132+
uses: actions/checkout@v6.0.2
133133
with:
134134
fetch-depth: 0
135135
fetch-tags: true

0 commit comments

Comments
 (0)