Skip to content

Commit

Permalink
chore(deps): update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent e21e55e commit be54b4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nissuer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Nissuer
uses: balazsorban44/nissuer@1.7.3
uses: balazsorban44/nissuer@1.10.0
with:
reproduction-comment: ".github/invalid-link.md"
reproduction-hosts: "github.com,gist.github.com,play.swc.rs,evanw.github.io,lightningcss.dev,play.rust-lang.org,stackblitz.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
version: "1.7"
force: true

- uses: webfactory/ssh-agent@v0.5.4
- uses: webfactory/ssh-agent@v0.9.0
if: needs.check-if-build-required.outputs.need-build == 'true' && !inputs.skipPublishing
with:
ssh-private-key: ${{ secrets.SWC_BOT_SSH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- run: cargo bump

- uses: webfactory/ssh-agent@v0.5.4
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SWC_BOT_SSH }}

Expand Down

0 comments on commit be54b4e

Please sign in to comment.