Skip to content

Commit

Permalink
Merge pull request #48 from sukiyaki/fix/bump_deps
Browse files Browse the repository at this point in the history
Bump dependencies (cont.)
  • Loading branch information
mochipon committed Jan 18, 2024
2 parents 8c6ea02 + 70e03fc commit d505fe8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-versions }}

Expand All @@ -50,7 +50,7 @@ jobs:
run: tox

- name: 📥 Upload coverage.xml to Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/coverage.xml
name: ${{ github.run_number }}-coverage-${{ matrix.os }}-${{ matrix.python-versions }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
${{steps.download.outputs.download-path}}/${{ github.run_number }}-coverage-*/coverage.xml:coverage.py
- name: 🗑 Delete artifacts within the workflow run
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
if: always()
with:
name: ${{ github.run_number }}-coverage-*
Expand All @@ -97,7 +97,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-versions }}

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-typing-imports]
Expand Down

0 comments on commit d505fe8

Please sign in to comment.