We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e0b42 commit 6a42c50Copy full SHA for 6a42c50
2 files changed
.github/workflows/tests.yaml
@@ -84,7 +84,7 @@ jobs:
84
steps:
85
- name: Create token
86
id: app-token
87
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
88
with:
89
app-id: ${{ vars.APP_ID }}
90
private-key: ${{ secrets.APP_PRIVATE_KEY }}
.github/workflows/upgrade-go.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
0 commit comments