diff --git a/.github/workflows/update-nixpkgs-and-versions-in-ci.yml b/.github/workflows/update-nixpkgs-and-versions-in-ci.yml index 75dcec2..87ed992 100644 --- a/.github/workflows/update-nixpkgs-and-versions-in-ci.yml +++ b/.github/workflows/update-nixpkgs-and-versions-in-ci.yml @@ -11,7 +11,7 @@ on: jobs: update-nixpkgs: - uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@v1.1.2 + uses: kachick/selfup/.github/workflows/reusable-bump-flake-lock-and-selfup.yml@v1.1.3 if: (github.event.sender.login == 'kachick') || (github.event_name != 'pull_request') with: dry-run: ${{ github.event_name == 'pull_request' }}