diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 24038e1..45846ef 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,11 +17,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - uses: cachix/install-nix-action@v19 - - name: Update ${{ matrix.input }} - uses: DeterminateSystems/updateflake-lock@v16 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} + - name: "Update input ${{ matrix.input }}" + uses: DeterminateSystems/update-flake-lock@v16 with: inputs: ${{ matrix.input }} pr-labels: dependencies