Skip to content

Commit e40a406

Browse files
build(deps): bump the github-actions group across 1 directory with 5 updates (#39976)
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) | `2.57.0` | `2.61.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `3` | `5` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `3` | `6` | | [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) | `3.7.1` | `3.12.0` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `updatecli/updatecli-action` from 2.57.0 to 2.61.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](updatecli/updatecli-action@9a37c7e...eb158f6) Updates `actions/setup-go` from 3 to 5 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v5) Updates `golangci/golangci-lint-action` from 3 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v6) Updates `dawidd6/action-send-mail` from 3.7.1 to 3.12.0 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@6063705...2cea961) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: updatecli/updatecli-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dawidd6/action-send-mail dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7bd3bb commit e40a406

9 files changed

+17
-17
lines changed

.github/workflows/bump-elastic-stack-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333

3434
- name: Install Updatecli in the runner
35-
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v0.76.1
35+
uses: updatecli/updatecli-action@eb158f6fd9e425b940a6750d6318f98e050ac390 # v0.76.1
3636

3737
- name: Run Updatecli in Apply mode
3838
run: updatecli --experimental apply --config .github/workflows/updatecli.d/bump-elastic-stack-snapshot.yml --values .github/workflows/updatecli.d/scm.yml

.github/workflows/bump-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Install Updatecli in the runner
26-
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v0.76.1
26+
uses: updatecli/updatecli-action@eb158f6fd9e425b940a6750d6318f98e050ac390 # v0.76.1
2727

2828
- name: Run Updatecli in Apply mode
2929
run: updatecli --experimental apply --config .github/workflows/updatecli.d/${{ matrix.file }} --values .github/workflows/updatecli.d/scm.yml

.github/workflows/check-default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
check:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: actions/setup-go@v3
19+
- uses: actions/checkout@v4
20+
- uses: actions/setup-go@v5
2121
with:
2222
go-version-file: .go-version
2323
- name: Run check-default

.github/workflows/check-dev-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
check:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions/setup-go@v3
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-go@v5
2222
with:
2323
go-version-file: .go-version
2424
- name: Run check/update

.github/workflows/check-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
check:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: actions/setup-go@v3
19+
- uses: actions/checkout@v4
20+
- uses: actions/setup-go@v5
2121
with:
2222
go-version-file: .go-version
2323
- name: Update package lists

.github/workflows/check-xpack-functionbeat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
check:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions/setup-go@v3
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-go@v5
2222
with:
2323
go-version-file: .go-version
2424
- name: Run check/update

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
GOOS: ${{ matrix.GOOS }}
2727
run: echo Go GOOS=$GOOS
2828

29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

31-
- uses: actions/setup-go@v3
31+
- uses: actions/setup-go@v5
3232
with:
3333
go-version-file: .go-version
3434

@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
GOOS: ${{ matrix.GOOS }}
4141
CGO_ENABLED: 1
42-
uses: golangci/golangci-lint-action@v3
42+
uses: golangci/golangci-lint-action@v6
4343
with:
4444
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
4545
version: v1.55.2

.github/workflows/notify-stalled-snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix: ${{ fromJson(needs.filter.outputs.matrix) }}
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
3737
ref: "${{ matrix.branch }}"
@@ -64,7 +64,7 @@ jobs:
6464

6565
- if: ${{ contains(steps.search.outputs.found, 'true') }}
6666
name: Report obsoleted branches (email)
67-
uses: dawidd6/action-send-mail@6063705cefe50cb915fc53bb06d4049cae2953b2
67+
uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde
6868
with:
6969
server_address: ${{ secrets.MAIL_SERVER }}
7070
username: ${{ secrets.MAIL_USERNAME }}

.github/workflows/post-dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
contents: write
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

24-
- uses: actions/setup-go@v4
24+
- uses: actions/setup-go@v5
2525
with:
2626
go-version-file: .go-version
2727

0 commit comments

Comments
 (0)