Skip to content

Commit

Permalink
Merge pull request #290 from corenting/dependabot/github_actions/prod…
Browse files Browse the repository at this point in the history
…uction-dependencies-b7f8c01288

build(deps): bump the production-dependencies group with 2 updates
  • Loading branch information
corenting committed Dec 16, 2023
2 parents 1d9225d + db5fe7e commit ea2c428
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: python
- name: Install Poetry
run: pipx install poetry
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Test
run: make test
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
- name: Codecov
uses: codecov/codecov-action@v3
with:
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Install Poetry
run: pipx install poetry
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "poetry"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
run: pipx install poetry
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: "poetry"
Expand Down

0 comments on commit ea2c428

Please sign in to comment.