Skip to content

Commit ed432ba

Browse files
chore(deps): bump the github-actions group across 1 directory with 4 updates (#4478)
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [actions/setup-go](https://github.com/actions/setup-go) and [grafana/writers-toolkit](https://github.com/grafana/writers-toolkit). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.2.2...v5) Updates `actions/create-github-app-token` from 2.0.2 to 2.1.4 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2.0.2...6701853) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) Updates `grafana/writers-toolkit` from ce30c506bd39809c6273af4492da352df0e9cbbe to b51e92f99d145614bf6763c7c4f1920a03124693 - [Release notes](https://github.com/grafana/writers-toolkit/releases) - [Changelog](https://github.com/grafana/writers-toolkit/blob/main/RELEASE.md) - [Commits](grafana/writers-toolkit@ce30c50...b51e92f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: grafana/writers-toolkit dependency-version: b51e92f99d145614bf6763c7c4f1920a03124693 dependency-type: direct:production 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 373a528 commit ed432ba

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/publish-technical-documentation-next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
id-token: write
1818
runs-on: ubuntu-x64-small
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v5.0.0
2121
with:
2222
persist-credentials: false
23-
- uses: grafana/writers-toolkit/publish-technical-documentation@ce30c506bd39809c6273af4492da352df0e9cbbe
23+
- uses: grafana/writers-toolkit/publish-technical-documentation@b51e92f99d145614bf6763c7c4f1920a03124693
2424
with:
2525
website_directory: content/docs/pyroscope/next

.github/workflows/publish-technical-documentation-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
id-token: write
2020
runs-on: ubuntu-x64-small
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v5.0.0
2323
with:
2424
persist-credentials: false
2525
fetch-depth: 0
26-
- uses: grafana/writers-toolkit/publish-technical-documentation-release@ce30c506bd39809c6273af4492da352df0e9cbbe
26+
- uses: grafana/writers-toolkit/publish-technical-documentation-release@b51e92f99d145614bf6763c7c4f1920a03124693
2727
with:
2828
release_tag_regexp: "^v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$"
2929
release_branch_regexp: "^release/v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$"

.github/workflows/update-contributors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
with:
2020
persist-credentials: 'false'
2121
- id: get-secrets
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Generate token
3030
id: generate_token
31-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
31+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3232
with:
3333
app-id: ${{ env.GITHUB_APP_ID }}
3434
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
APP_BOT="${{ steps.generate_token.outputs.app-slug }}[bot]"
4444
echo "user-id=$(gh api "/users/${APP_BOT}" --jq .id)" >> "$GITHUB_OUTPUT"
45-
- uses: actions/setup-go@v5
45+
- uses: actions/setup-go@v6
4646
with:
4747
go-version: 1.23.11
4848
- name: Update contributors

.github/workflows/update-make-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
if: github.repository == 'grafana/pyroscope'
1212
runs-on: ubuntu-x64-small
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v5.0.0
1515
with:
1616
persist-credentials: false
17-
- uses: grafana/writers-toolkit/update-make-docs@ce30c506bd39809c6273af4492da352df0e9cbbe
17+
- uses: grafana/writers-toolkit/update-make-docs@b51e92f99d145614bf6763c7c4f1920a03124693
1818
with:
1919
pr_options: >
2020
--label type/docs

0 commit comments

Comments
 (0)