Skip to content

Commit 66815d2

Browse files
chore(deps): update github actions
1 parent 64567f5 commit 66815d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/close_stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write # for actions/stale to close stale PRs
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10
15+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.'

.github/workflows/trigger-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
1818
steps:
19-
- uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
19+
- uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
2020
with:
2121
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)