Skip to content

Commit be54b4e

Browse files
chore(deps): update actions
1 parent e21e55e commit be54b4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nissuer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Nissuer
20-
uses: balazsorban44/nissuer@1.7.3
20+
uses: balazsorban44/nissuer@1.10.0
2121
with:
2222
reproduction-comment: ".github/invalid-link.md"
2323
reproduction-hosts: "github.com,gist.github.com,play.swc.rs,evanw.github.io,lightningcss.dev,play.rust-lang.org,stackblitz.com"

.github/workflows/publish-npm-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
version: "1.7"
8787
force: true
8888

89-
- uses: webfactory/ssh-agent@v0.5.4
89+
- uses: webfactory/ssh-agent@v0.9.0
9090
if: needs.check-if-build-required.outputs.need-build == 'true' && !inputs.skipPublishing
9191
with:
9292
ssh-private-key: ${{ secrets.SWC_BOT_SSH }}

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- run: cargo bump
6767

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

0 commit comments

Comments
 (0)