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 358f8b23ac4d..a64983022777 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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7 + - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 id: app-token with: app-id: ${{ vars.NIXPKGS_CI_APP_ID }} |
