Skip to content

Commit 60e4ea0

Browse files
authored
Merge pull request #113 from ruby/dependabot/github_actions/actions/create-github-app-token-3
Bump actions/create-github-app-token from 2 to 3
2 parents 2e84a24 + 9754b52 commit 60e4ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-ruby.yml

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

1313
- name: Create GitHub App token
1414
id: app-token
15-
uses: actions/create-github-app-token@v2
15+
uses: actions/create-github-app-token@v3
1616
with:
1717
app-id: 2060836
1818
private-key: ${{ secrets.RUBY_SYNC_DEFAULT_GEMS_PRIVATE_KEY }}

0 commit comments

Comments
 (0)