From 9e55ffc770aa0f0aace9b2cdc83ccd1ea543962d Mon Sep 17 00:00:00 2001 From: Sashank999 Date: Thu, 30 May 2024 15:07:16 +0530 Subject: [PATCH] Update GH Action Dependencies. --- .github/workflows/pack.yml | 2 +- .github/workflows/run-prettier.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 2a3ab0722..8af63d3ac 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -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 }}" diff --git a/.github/workflows/run-prettier.yml b/.github/workflows/run-prettier.yml index 448a8f384..302b9e0ca 100644 --- a/.github/workflows/run-prettier.yml +++ b/.github/workflows/run-prettier.yml @@ -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