From a2575facab82f23ac6f1f84462912681c73aed77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:27:59 +0000 Subject: [PATCH] chore(deps): update dependency endbug/add-and-commit to v9 --- .github/workflows/boto.yml | 2 +- actions/boto-run-yarn/action.yml | 2 +- actions/factory/.github/workflows/boto.yml | 2 +- dhall/socialgouv/steps/add-and-commit.dhall | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/boto.yml b/.github/workflows/boto.yml index fb22560e..67c0601a 100644 --- a/.github/workflows/boto.yml +++ b/.github/workflows/boto.yml @@ -94,7 +94,7 @@ jobs: run: | git status - - uses: EndBug/add-and-commit@v7 + - uses: EndBug/add-and-commit@v9 env: HUSKY_SKIP_HOOKS: "true" GITHUB_TOKEN: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }} diff --git a/actions/boto-run-yarn/action.yml b/actions/boto-run-yarn/action.yml index 221b0ddd..d2185c17 100644 --- a/actions/boto-run-yarn/action.yml +++ b/actions/boto-run-yarn/action.yml @@ -77,7 +77,7 @@ runs: run: | git status - - uses: EndBug/add-and-commit@v7 + - uses: EndBug/add-and-commit@v9 env: HUSKY_SKIP_HOOKS: "true" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/actions/factory/.github/workflows/boto.yml b/actions/factory/.github/workflows/boto.yml index 7c066a3a..ef85d0e3 100644 --- a/actions/factory/.github/workflows/boto.yml +++ b/actions/factory/.github/workflows/boto.yml @@ -94,7 +94,7 @@ jobs: run: | git status - - uses: EndBug/add-and-commit@v7 + - uses: EndBug/add-and-commit@v9 env: HUSKY_SKIP_HOOKS: "true" GITHUB_TOKEN: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }} diff --git a/dhall/socialgouv/steps/add-and-commit.dhall b/dhall/socialgouv/steps/add-and-commit.dhall index 3cecf1bb..c7f209b2 100644 --- a/dhall/socialgouv/steps/add-and-commit.dhall +++ b/dhall/socialgouv/steps/add-and-commit.dhall @@ -2,9 +2,9 @@ let GithubActions = ../../github-actions/package.dhall sha256:66b276bb67cca4cfcfd1027da45857cc8d53e75ea98433b15dade1e1e1ec22c8 -let {- renovate(github-action): depName=EndBug/add-and-commit currentValue=v7 -} - v7 = - "8c12ff729a98cfbcd3fe38b49f55eceb98a5ec02" +let {- renovate(github-action): depName=EndBug/add-and-commit currentValue=v9 -} + v9 = + "a94899bca583c204427a224a7af87c02f9b325d5" let add-and-commit : ∀(args : { add : Text, message : Text }) → GithubActions.Step.Type