From 7c006a3ee045fa6e02eafe977307fca7b7f465bc Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Wed, 10 Apr 2024 10:16:00 -0500 Subject: [PATCH] upgrades to github actions --- .github/workflows/lts.yml | 2 +- .github/workflows/snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lts.yml b/.github/workflows/lts.yml index 17c8337ea..57637d4fa 100644 --- a/.github/workflows/lts.yml +++ b/.github/workflows/lts.yml @@ -28,7 +28,7 @@ jobs: cmd: run-script format - name: Commit Format Changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Apply cfformat changes push_options: --force diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index a040ed9fa..c10cd19af 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -35,7 +35,7 @@ jobs: cmd: run-script format - name: Commit Format Changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Apply cfformat changes push_options: --force