Skip to content

Commit

Permalink
Update GH Action Dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashank999 committed May 30, 2024
1 parent 2520302 commit 9e55ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ jobs:
rm -f ./releaseBody.md
rm -rf versions
- name: Add & Commit
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v9.1.4
with:
message: "Pack v${{ env.version }}"
2 changes: 1 addition & 1 deletion .github/workflows/run-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
prettier_options: --config .prettierrc --write . --list-different

- name: Add & Commit
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v9.1.4
with:
message: Apply prettier changes.
default_author: github_actions

0 comments on commit 9e55ffc

Please sign in to comment.