diff options
Diffstat (limited to '.github/workflows/periodic-merge.yml')
| -rw-r--r-- | .github/workflows/periodic-merge.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/periodic-merge.yml b/.github/workflows/periodic-merge.yml index 91ab0b25f146..ffcafb89d2fd 100644 --- a/.github/workflows/periodic-merge.yml +++ b/.github/workflows/periodic-merge.yml @@ -19,7 +19,7 @@ jobs: steps: # Use a GitHub App to create the PR so that CI gets triggered # The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs - - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 + - uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2 id: app-token with: app-id: ${{ vars.NIXPKGS_CI_APP_ID }} |
