We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde1fb1 commit c90324eCopy full SHA for c90324e
.github/workflows/rebase-feature-branches.yml
@@ -20,13 +20,13 @@ jobs:
20
# This step exchanges your app credentials for a temporary token
21
- name: Generate GitHub App Token
22
id: app_token
23
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2.2.0
24
with:
25
app-id: ${{ secrets.REBASE_APP_ID }}
26
private-key: ${{ secrets.REBASE_APP_PRIVATE_KEY }}
27
28
# Use the generated token for git operations
29
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6.0.1
30
31
fetch-depth: 0
32
token: ${{ steps.app_token.outputs.token }}
0 commit comments