Skip to content

Commit 0577caf

Browse files
authoredDec 10, 2023
Merge pull request #72 from nabeken/github-renovate/all-minor-patch
fix(deps): update dependency nabeken/go-github-apps to v0.1.12
2 parents 3539db3 + c9f34d8 commit 0577caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/test-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
# renovate: datasource=github-releases depName=nabeken/go-github-apps
13-
GO_GITHUB_APPS_VERSION: '0.1.10'
13+
GO_GITHUB_APPS_VERSION: '0.1.12'
1414

1515
jobs:
1616
test_action_with_local:

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ inputs:
22
version:
33
description: "A version to install"
44
# renovate: datasource=github-releases depName=nabeken/go-github-apps
5-
default: "0.1.10"
5+
default: "0.1.12"
66
installation_id:
77
description: "Github Apps Installation ID"
88
app_id:

0 commit comments

Comments
 (0)
Please sign in to comment.