-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependencies: update the dependencies lock file
* Fixes security warnings. Co-Authored-by: Peter Weber <[email protected]>
- Loading branch information
Showing
7 changed files
with
1,217 additions
and
796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,31 +16,31 @@ jobs: | |
- uses: actions/checkout@v2 | ||
|
||
- name: Setup node | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '12' | ||
|
||
- name: Docker compose up | ||
run: docker-compose up -d | ||
|
||
- name: Set up Python 3.6 | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.6 | ||
python-version: 3.9 | ||
|
||
- name: Install Poetry | ||
uses: snok/[email protected] | ||
with: | ||
version: 1.0.10 | ||
|
||
- name: Use Cache | ||
uses: actions/cache@v2 | ||
with: | ||
path: | | ||
~/.cache/pip | ||
~/.cache/pypoetry/virtualenvs | ||
~/.npm | ||
key: ${{ runner.os }}-pip-venv-${{ hashFiles('**/poetry.lock') }} | ||
# - name: Use Cache | ||
# uses: actions/cache@v2 | ||
# with: | ||
# path: | | ||
# ~/.cache/pip | ||
# ~/.cache/pypoetry/virtualenvs | ||
# ~/.npm | ||
# key: ${{ runner.os }}-pip-venv-${{ hashFiles('**/poetry.lock') }} | ||
|
||
- name: Bootstrap dev | ||
if: ${{ matrix.dependencies == 'dev' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.