Skip to content

Commit d663a8d

Browse files
authored
Merge pull request #355 from JaCraig/dependabot/github_actions/dependencies-1f20c0ea9b
chore: Bump ad-m/github-push-action from 1.0.0 to 1.1.0 in the dependencies group
2 parents 3a62b08 + d76b302 commit d663a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: Push changes to Github
170170
if: steps.versionize.outcome == 'success'
171-
uses: ad-m/github-push-action@v1.0.0
171+
uses: ad-m/github-push-action@v1.1.0
172172
with:
173173
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
174174
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)