Skip to content

Commit 9b9970c

Browse files
chore: bump the github-actions group across 2 directories with 1 update
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]>
1 parent 3fffde1 commit 9b9970c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616

17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Get token
2020
id: get_token

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
permissions:
3232
statuses: write
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
- uses: actions/setup-node@v6
@@ -74,7 +74,7 @@ jobs:
7474
- '@elastic/apm-rum-angular'
7575
- '@elastic/apm-rum-vue'
7676
steps:
77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v6
7878

7979
- name: Run puppeteer tests
8080
uses: ./.github/workflows/run-test
@@ -86,7 +86,7 @@ jobs:
8686
npm-ci:
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/checkout@v5
89+
- uses: actions/checkout@v6
9090

9191
- uses: actions/setup-node@v6
9292
with:
@@ -113,7 +113,7 @@ jobs:
113113
name: Coverage
114114
runs-on: ubuntu-latest
115115
steps:
116-
- uses: actions/checkout@v5
116+
- uses: actions/checkout@v6
117117
- name: Run coverage
118118
uses: ./.github/workflows/run-test
119119
with:

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
repositories: |
3333
apm-agent-rum-js
3434
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
token: ${{ steps.get_token.outputs.token }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
repositories: |
4444
apm-agent-rum-js
4545
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
token: ${{ steps.get_token.outputs.token }}

0 commit comments

Comments
 (0)