summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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 }}