Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/go.step.sm/crypto-0.…
Browse files Browse the repository at this point in the history
…36.1
  • Loading branch information
dopey authored Oct 23, 2023
2 parents cc50901 + 141af6e commit c3dee7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
token: ${{ secrets.DOCS_PAT }}
path: './docs'
- name: Setup bot SSH signing key
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.8.0
env:
HAS_SSH_PRIVATE_KEY: ${{ secrets.STEP_TRAVIS_CI_GH_PRIVATE_SIGNING_KEY != '' }}
if: ${{ env.HAS_SSH_PRIVATE_KEY == 'true' }}
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
git add . && git commit -a -m "step-cli ${{ needs.create_release.outputs.vversion }} reference update"
- name: Push changes
uses: ad-m/github-push-action@v0.6.0
uses: ad-m/github-push-action@v0.8.0
with:
github_token: ${{ secrets.DOCS_PAT }}
branch: 'main'
Expand Down

0 comments on commit c3dee7e

Please sign in to comment.