Skip to content

Commit

Permalink
chore(deps): update dependency endbug/add-and-commit to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2022
1 parent d03e8fb commit 12e8abe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/boto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion actions/boto-run-yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions dhall/socialgouv/steps/add-and-commit.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
"050a66787244b10a4874a2a5f682130263edc192"

let add-and-commit
: (args : { add : Text, message : Text }) GithubActions.Step.Type
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/boto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 12e8abe

Please sign in to comment.