Skip to content

Commit

Permalink
Upgrade action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 17, 2024
1 parent 8fff3a9 commit f8feb50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: Mypy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: tsuyoshicho/action-mypy@v3
with:
github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit f8feb50

Please sign in to comment.