Skip to content

Commit f92e6ee

Browse files
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#2540)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ed4003 commit f92e6ee

25 files changed

+39
-39
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
4040
steps:
4141
- name: Checkout
42-
uses: actions/[email protected].0
42+
uses: actions/[email protected].1
4343
with:
4444
fetch-depth: 0
4545
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/[email protected].0
29+
uses: actions/[email protected].1
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
@@ -59,7 +59,7 @@ jobs:
5959
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6060
steps:
6161
- name: Checkout
62-
uses: actions/[email protected].0
62+
uses: actions/[email protected].1
6363
with:
6464
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
6565
fetch-depth: 0
@@ -123,7 +123,7 @@ jobs:
123123
- cluster/test distributed-data/test cluster-tools/test cluster-metrics/test
124124
steps:
125125
- name: Checkout
126-
uses: actions/[email protected].0
126+
uses: actions/[email protected].1
127127
with:
128128
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
129129
fetch-depth: 0
@@ -167,7 +167,7 @@ jobs:
167167
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
168168
steps:
169169
- name: Checkout
170-
uses: actions/[email protected].0
170+
uses: actions/[email protected].1
171171
with:
172172
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
173173
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/[email protected].0
36+
- uses: actions/[email protected].1
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/[email protected].0
32+
uses: actions/[email protected].1
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/[email protected].0
33+
uses: actions/[email protected].1
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/[email protected].0
31+
uses: actions/[email protected].1
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/[email protected].0
24+
uses: actions/[email protected].1
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/[email protected].0
24+
uses: actions/[email protected].1
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/[email protected].0
78+
uses: actions/[email protected].1
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/[email protected].0
130+
uses: actions/[email protected].1
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/[email protected].0
24+
uses: actions/[email protected].1
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/[email protected].0
79+
uses: actions/[email protected].1
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/[email protected].0
132+
uses: actions/[email protected].1
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/[email protected].0
24+
uses: actions/[email protected].1
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/[email protected].0
79+
uses: actions/[email protected].1
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/[email protected].0
132+
uses: actions/[email protected].1
133133
with:
134134
fetch-depth: 0
135135
fetch-tags: true

0 commit comments

Comments
 (0)