Skip to content

Commit

Permalink
Update GitHub actions and poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bulv1ne committed Sep 27, 2023
1 parent fb9926e commit 6598df1
Show file tree
Hide file tree
Showing 4 changed files with 976 additions and 1,013 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- mypy

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
Expand All @@ -40,7 +40,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Docker build test image
run: |
docker-compose build pytest
Expand Down
Loading

0 comments on commit 6598df1

Please sign in to comment.