Skip to content

Commit

Permalink
Bump actions/setup-python from 4 to 5 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent d34d3a8 commit c1d8467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
# Use the lowest version of Python supported
python-version: "3.7"
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
with:
node-version: "16"

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4

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

Expand Down

0 comments on commit c1d8467

Please sign in to comment.