diff --git a/.github/workflows/rbs-collection-updater.yml b/.github/workflows/rbs-collection-updater.yml index 8eeb270..fee8544 100644 --- a/.github/workflows/rbs-collection-updater.yml +++ b/.github/workflows/rbs-collection-updater.yml @@ -19,7 +19,7 @@ jobs: - run: bundle exec rbs collection update - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ secrets.RUBY_GO_GEM_BOT_APP_ID }}