Skip to content

Commit 37834d1

Browse files
build: bump the github-actions group across 2 directories with 1 update (#892)
Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Bumps the github-actions group with 1 update in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09386ad commit 37834d1

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
gradle-wrapper-validation:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- uses: gradle/actions/wrapper-validation@v5
2121

2222
build:
2323
runs-on: ubuntu-latest
2424
steps:
2525

2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Gradle build without tests
3030
uses: ./.github/workflows/gradle-goal
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-latest
113113
steps:
114114
- name: Checkout
115-
uses: actions/checkout@v5
115+
uses: actions/checkout@v6
116116
- name: Run muzzle check
117117
uses: ./.github/workflows/gradle-goal
118118
with:

.github/workflows/catalog-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
packages: read
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222

2323
- uses: elastic/oblt-actions/elastic/validate-catalog@v1
2424

.github/workflows/pre-post-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0
4545
- name: Validate release tag does not exist in repo
@@ -65,7 +65,7 @@ jobs:
6565
repositories: |
6666
elastic-otel-java
6767
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
with:
7070
ref: ${{ inputs.ref }}
7171
token: ${{ steps.get_token.outputs.token }}

.github/workflows/release-step-3.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
with:
4545
ref: ${{ inputs.ref }}
4646
fetch-depth: 0
@@ -135,7 +135,7 @@ jobs:
135135
contents: read
136136
id-token: write
137137
steps:
138-
- uses: actions/checkout@v5
138+
- uses: actions/checkout@v6
139139
with:
140140
ref: ${{ inputs.ref }}
141141
fetch-depth: 0 # Load entire history as it is required for the get latest tag
@@ -209,7 +209,7 @@ jobs:
209209
outputs:
210210
notes: ${{ steps.print_release_notes.outputs.notes }}
211211
steps:
212-
- uses: actions/checkout@v5
212+
- uses: actions/checkout@v6
213213
with:
214214
ref: ${{ inputs.ref }}
215215
- name: Setup Gradle
@@ -255,7 +255,7 @@ jobs:
255255
permissions:
256256
contents: write
257257
steps:
258-
- uses: actions/checkout@v5
258+
- uses: actions/checkout@v6
259259
with:
260260
ref: ${{ inputs.ref }}
261261
- name: Create GitHub Release

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
is-snapshot: ${{ steps.validate-step.outputs.is-snapshot }}
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
- name: Warmup gradle wrapper
2727
uses: ./.github/workflows/gradle-goal
2828
with:

.github/workflows/updatecli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
bump:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- name: Get token
1818
id: get_token

0 commit comments

Comments
 (0)