Skip to content

Commit

Permalink
adjust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
broHeryk committed Jan 17, 2025
1 parent 7de42d4 commit ee98cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cve-scanning-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: "3.10"
- uses: abatilo/actions-poetry@192395c0d10c082a7c62294ab5d9a9de40e48974
with:
poetry-version: "1.2.2"
poetry-version: "2.0.0"
- name: Install safety
run: pip3 install safety
- name: Build app
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4

- name: Set up Python 3.9
- name: Set up Python 3.8
id: setup-python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.8

- name: Get pip cache dir
id: pip-cache
Expand Down

0 comments on commit ee98cc8

Please sign in to comment.