From 3ef8f84745eaeca7d0a9159ab27915aa8def2a2b Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Tue, 14 Jan 2025 18:43:06 +0100 Subject: [PATCH] Update GitHub Action Versions (#8) Co-authored-by: github-actions[bot] --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 48207ba..0861315 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -65,7 +65,7 @@ jobs: - name: Create Pull Request (only if releasing from main) if: github.ref == 'refs/heads/main' - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: Dependency version in README.md updated to ${{ env.VERSION }} file_pattern: 'README.md'