Skip to content

Commit e744f61

Browse files
chore(deps): update github actions
1 parent f3ca448 commit e744f61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn build:post
2121

2222
- id: 'publish'
23-
uses: JS-DevTools/npm-publish@v1
23+
uses: JS-DevTools/npm-publish@v2
2424
with:
2525
access: 'public'
2626
token: ${{ secrets.NPM_AUTH_TOKEN }}

.github/workflows/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
1313
steps:
1414
- name: 📆 mark stale PRs # Automatically marks inactive PRs as stale
15-
uses: actions/stale@v7
15+
uses: actions/stale@v8
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
days-before-stale: 60

0 commit comments

Comments
 (0)