Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2022
1 parent 7a0b5cf commit b86aed4
Show file tree
Hide file tree
Showing 3 changed files with 2,819 additions and 2,791 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/master-push-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- uses: actions/cache@v2
- uses: actions/cache@v3
name: Setup cache
with:
path: ~/.npm
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- uses: actions/cache@v2
- uses: actions/cache@v3
name: Setup cache
with:
path: ~/.npm
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- uses: actions/cache@v2
- uses: actions/cache@v3
name: Set up cache
with:
path: ~/.npm
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/cache@v2
- uses: actions/cache@v3
name: Set up cache
with:
path: ~/.npm
Expand All @@ -134,7 +134,7 @@ jobs:
- name: Set ENV
run: mv .env.ci .env

- uses: actions/setup-python@v3.1.0
- uses: actions/setup-python@v3.1.2
with:
python-version: '3.x'
architecture: 'x64'
Expand Down
Loading

0 comments on commit b86aed4

Please sign in to comment.