Skip to content

build(deps): bump cachix/install-nix-action from V27 to 28 #14

build(deps): bump cachix/install-nix-action from V27 to 28

build(deps): bump cachix/install-nix-action from V27 to 28 #14

Workflow file for this run

name: auto-merge
on:
pull_request_target:
jobs:
auto-merge:
name: Dependabot Auto Merge
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTOMERGE_TOKEN }}