Skip to content

Commit 88111a7

Browse files
author
Self-hosted Renovate Bot
committed
fix(deps): update nabeken/go-github-apps digest to 0577caf
1 parent 0577caf commit 88111a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Get GITHUB_TOKEN for release
17-
uses: nabeken/go-github-apps@fc859a239d984b2704ccbe50f0ea4d9034e7cdaa # v0
17+
uses: nabeken/go-github-apps@0577caf5f371e5479ffa88e96aac2751f161b03b # v0
1818
id: go-github-apps
1919
with:
2020
app_id: ${{ secrets.release_gh_app_id }}

.github/workflows/test-action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Get GITHUB_TOKEN for Github Apps
42-
uses: nabeken/go-github-apps@fc859a239d984b2704ccbe50f0ea4d9034e7cdaa # v0
42+
uses: nabeken/go-github-apps@0577caf5f371e5479ffa88e96aac2751f161b03b # v0
4343
id: go-github-apps
4444
with:
4545
installation_id: ${{ secrets.installation_id }}
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Get GITHUB_TOKEN for Github Apps
60-
uses: nabeken/go-github-apps@fc859a239d984b2704ccbe50f0ea4d9034e7cdaa # v0
60+
uses: nabeken/go-github-apps@0577caf5f371e5479ffa88e96aac2751f161b03b # v0
6161
id: go-github-apps
6262
with:
6363
installation_id: ${{ secrets.installation_id }}

0 commit comments

Comments
 (0)