Skip to content

Commit 08578ec

Browse files
chore: sync files with beam-community/common-config (#119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e46e0cf commit 08578ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/common-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: true
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v5
3434
with:
3535
node-version: 20
3636

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
stale:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@v9
17+
- uses: actions/stale@v10
1818
with:
1919
days-before-issue-stale: 30
2020
days-before-issue-close: 15

0 commit comments

Comments
 (0)