Skip to content

Commit 1c52a41

Browse files
ci(deps): bump actions/create-github-app-token from 2.2.1 to 3.1.1
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...1b10c78) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b68e7f8 commit 1c52a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: 🤖 Generate socket-release-bot token
104104
id: bot
105-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
105+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
106106
with:
107107
app-id: ${{ secrets.GH_BOT_APP_ID }}
108108
private-key: ${{ secrets.GH_BOT_APP_PEM_FILE }}

0 commit comments

Comments
 (0)