Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/isort-5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vagabondHustler authored Dec 11, 2023
2 parents 053fe8a + 281c53e commit 754a7df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
if: steps.changes.outputs.src == 'true'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11.6"
- name: Set variables
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11.6"

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
ref: main

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.6"

Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11.6"
- name: Install requirements
Expand Down

0 comments on commit 754a7df

Please sign in to comment.