We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aee87a commit 1003838Copy full SHA for 1003838
.github/workflows/test-action.yml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
# renovate: datasource=github-releases depName=nabeken/go-github-apps
13
- GO_GITHUB_APPS_VERSION: '0.1.12'
+ GO_GITHUB_APPS_VERSION: '0.1.13'
14
15
jobs:
16
test_action_with_local:
action.yml
@@ -2,7 +2,7 @@ inputs:
2
version:
3
description: "A version to install"
4
5
- default: "0.1.12"
+ default: "0.1.13"
6
installation_id:
7
description: "Github Apps Installation ID"
8
app_id:
0 commit comments