We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a348458 commit 4cbe019Copy full SHA for 4cbe019
1 file changed
.github/workflows/rust.yml
@@ -32,7 +32,7 @@ jobs:
32
git commit -m 'deploy'
33
34
- name: push deployment branch
35
- uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0
+ uses: ad-m/github-push-action@4cc74773234f74829a8c21bc4d69dd4be9cfa599 # v1.1.0
36
if: github.ref == 'refs/heads/main'
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments