diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 262099e..ae0413c 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Get token id: get_token - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1 + uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2 with: private-key: ${{ secrets.private_key }} app-id: ${{ secrets.app_id }}