Skip to content

Commit 4da8a0f

Browse files
authored
chore(dependencies): Update dependencies and fix GitHub action for automating it (#1898)
1 parent b062753 commit 4da8a0f

File tree

22 files changed

+330
-281
lines changed

22 files changed

+330
-281
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
on:
22
schedule:
3-
- cron: '0 0 * * 0'
3+
- cron: '0 0 * * 1'
44
name: Update packages
55
jobs:
66
release:
77
name: Update npm packages
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Update npm packages
11-
uses: technote-space/create-pr-action@v1
11+
uses: technote-space/create-pr-action@v2.0.3
1212
with:
1313
EXECUTE_COMMANDS: |
1414
npm install

0 commit comments

Comments
 (0)