Skip to content

Commit d413241

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [elastic/get-user-teams-membership](https://github.com/elastic/get-user-teams-membership), [actions/checkout](https://github.com/actions/checkout) and [hashicorp/vault-action](https://github.com/hashicorp/vault-action). Updates `elastic/get-user-teams-membership` from 1.0.4 to 1.1.0 - [Release notes](https://github.com/elastic/get-user-teams-membership/releases) - [Commits](elastic/get-user-teams-membership@v1.0.4...1.1.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 `hashicorp/vault-action` from 2.4.2 to 2.7.4 - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault-action@v2.4.2...v2.7.4) --- updated-dependencies: - dependency-name: elastic/get-user-teams-membership dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7f52ae commit d413241

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
labels: agent-dotnet
1616
- name: Check team membership for user
17-
uses: elastic/get-user-teams-membership@v1.0.4
17+
uses: elastic/get-user-teams-membership@1.1.0
1818
id: checkUserMember
1919
with:
2020
username: ${{ github.actor }}

.github/workflows/release-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Bootstrap Action Workspace
2222
id: bootstrap
2323
uses: ./.github/workflows/bootstrap
@@ -28,7 +28,7 @@ jobs:
2828
run: ./build.sh pack
2929

3030
- name: Prepare feedz.io
31-
uses: hashicorp/vault-action@v2.4.2
31+
uses: hashicorp/vault-action@v2.7.4
3232
with:
3333
url: ${{ secrets.VAULT_ADDR }}
3434
method: approle

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Bootstrap Action Workspace
2424
id: bootstrap
2525
uses: ./.github/workflows/bootstrap
@@ -30,7 +30,7 @@ jobs:
3030
run: ./build.sh pack
3131

3232
- name: Prepare Nuget
33-
uses: hashicorp/vault-action@v2.4.2
33+
uses: hashicorp/vault-action@v2.7.4
3434
with:
3535
url: ${{ secrets.VAULT_ADDR }}
3636
method: approle
@@ -99,7 +99,7 @@ jobs:
9999
major-version: ${{ steps.bootstrap.outputs.major-version }}
100100

101101
steps:
102-
- uses: actions/checkout@v3
102+
- uses: actions/checkout@v4
103103
- name: Bootstrap Action Workspace
104104
id: bootstrap
105105
uses: ./.github/workflows/bootstrap

.github/workflows/snapshoty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
upload:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
# used by opbeans .NET to reference the on commit nuget packages
1919
# TODO: update opbeans to use our feedz.io packages

.github/workflows/test-linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Bootstrap Action Workspace
3434
uses: ./.github/workflows/bootstrap
3535
with:
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353

5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
- name: Bootstrap Action Workspace
5757
uses: ./.github/workflows/bootstrap
5858

@@ -72,7 +72,7 @@ jobs:
7272
github.event_name != 'pull_request'
7373
|| github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
7474
steps:
75-
- uses: actions/checkout@v3
75+
- uses: actions/checkout@v4
7676
- name: Bootstrap Action Workspace
7777
uses: ./.github/workflows/bootstrap
7878
with:
@@ -83,7 +83,7 @@ jobs:
8383
run: dotnet build -c Release --verbosity minimal
8484

8585
- name: 'Read credentials'
86-
uses: hashicorp/vault-action@v2.7.1
86+
uses: hashicorp/vault-action@v2.7.4
8787
with:
8888
url: ${{ secrets.VAULT_ADDR }}
8989
roleId: ${{ secrets.VAULT_ROLE_ID }}
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-latest
119119

120120
steps:
121-
- uses: actions/checkout@v3
121+
- uses: actions/checkout@v4
122122
- name: Bootstrap Action Workspace
123123
uses: ./.github/workflows/bootstrap
124124

@@ -136,7 +136,7 @@ jobs:
136136
runs-on: ubuntu-latest
137137

138138
steps:
139-
- uses: actions/checkout@v3
139+
- uses: actions/checkout@v4
140140
- name: Bootstrap Action Workspace
141141
id: bootstrap
142142
uses: ./.github/workflows/bootstrap

.github/workflows/test-windows-iis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ false }}
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
- name: Bootstrap Action Workspace
4343
uses: ./.github/workflows/bootstrap
4444

.github/workflows/test-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: windows-2022
3434

3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: Bootstrap Action Workspace
3838
uses: ./.github/workflows/bootstrap
3939

@@ -51,7 +51,7 @@ jobs:
5151
runs-on: windows-2022
5252

5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
- name: Bootstrap Action Workspace
5656
uses: ./.github/workflows/bootstrap
5757

@@ -69,7 +69,7 @@ jobs:
6969
# Disable profiler tests for now
7070
if: ${{ false }}
7171
steps:
72-
- uses: actions/checkout@v3
72+
- uses: actions/checkout@v4
7373
- name: Bootstrap Action Workspace
7474
uses: ./.github/workflows/bootstrap
7575
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@v3
15+
- uses: actions/checkout@v4
1616
- uses: elastic/apm-pipeline-library/.github/actions/updatecli@current
1717
with:
1818
vaultUrl: ${{ secrets.VAULT_ADDR }}

0 commit comments

Comments
 (0)