From cd9df9ab459c9a7864b728324e9fb8cd027dd9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:59:17 +0200 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 (#1046) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.16.0 to 5.0.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.16.0...v5.0.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependencies.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 35c6caf2..21fd8cdf 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -21,6 +21,6 @@ jobs: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Run yarn2nix run: nix-shell -p yarn2nix --run "yarn2nix > yarn.nix" - - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: "Update yarn.nix" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4a315110..eaaced7e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -58,7 +58,7 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' skipPush: true - run: nix flake update - - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: "Update flake dependencies" commit_user_name: Accentor Bot