diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index cf9fc105..a4da8f53 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -10,7 +10,7 @@ jobs: if: github.event_name != 'schedule' || github.repository_owner == 'nix-community' strategy: matrix: - branch: [master, release-25.05] + branch: [master, release-25.11] steps: - name: Create GitHub App token uses: actions/create-github-app-token@v2