Skip to content

Commit 2b86656

Browse files
authored
Merge pull request #159 from ruby/dependabot/github_actions/actions/create-github-app-token-3
Bump actions/create-github-app-token from 2 to 3
2 parents e33fdc4 + 51b1fe3 commit 2b86656

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)