summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-12 20:33:29 -0400
committerGitHub <noreply@github.com>2025-04-12 20:33:29 -0400
commitc2b5f756b909734413c0645d01a1c72b9e87f659 (patch)
tree404d69900f08ea57dd0cf3877adb156e449c119a
parent03c56f3119097e46d3c57770d177e87b49444d54 (diff)
deps(actions): Bump actions/create-github-app-token in the actions group (#2359)
Bumps the actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/release-please.yml6
-rw-r--r--.github/workflows/release.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml
index e34b4769..cd897470 100644
--- a/.github/workflows/release-please.yml
+++ b/.github/workflows/release-please.yml
@@ -22,7 +22,7 @@ jobs:
version: ${{ steps.release.outputs.version }}
html_url: ${{ steps.release.outputs.html_url }}
steps:
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ vars.APP_ID }}
@@ -132,7 +132,7 @@ jobs:
goarch: '386'
extension: .exe
steps:
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ vars.APP_ID }}
@@ -166,7 +166,7 @@ jobs:
VERSION: ${{ needs.build-artifacts.outputs.version }}
TAG_NAME: ${{ needs.build-artifacts.outputs.tag_name }}
steps:
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ vars.APP_ID }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e7fcd890..ead92887 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
env:
TAG_NAME: ${{ github.event.release.tag_name }}
steps:
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ vars.APP_ID }}