Skip to content

Commit

Permalink
Merge pull request #1 from Vauth/dependabot/github_actions/stefanzwei…
Browse files Browse the repository at this point in the history
…fel/git-auto-commit-action-5.0.1

Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.1
  • Loading branch information
Vauth authored May 7, 2024
2 parents 06313cf + 6c711e1 commit ad42962
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fi
- name: Upload to repository
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.1
if: ${{ env.VERSION != '' }}
with:
commit_message: Sync Client to V${{ env.VERSION }} by Github Actions, ${{ env.DATE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_warp-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fi
- name: Upload to repository
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.1
if: ${{ env.VERSION != '' }}
with:
commit_message: Sync warp-go to V${{ env.VERSION }} by Github Actions, ${{ env.DATE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_wgcf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fi
- name: Upload to repository
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.1
if: ${{ env.VERSION != '' }}
with:
commit_message: Sync WGCF to V${{ env.VERSION }} by Github Actions, ${{ env.DATE }}
2 changes: 1 addition & 1 deletion .github/workflows/sync_wireproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fi
- name: Upload to repository
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.1
if: ${{ env.VERSION != '' }}
with:
commit_message: Sync wireproxy to V${{ env.VERSION }} by Github Actions, ${{ env.DATE }}

0 comments on commit ad42962

Please sign in to comment.