Skip to content

Commit

Permalink
Bump actions/setup-python to v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Nov 3, 2023
1 parent 85ea17d commit 0253b7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: 🛠 Set up Python 3
uses: actions/setup-python@v3
id: python
uses: actions/setup-python@v4.7.1
with:
python-version: "3.11"

Expand Down Expand Up @@ -48,7 +47,7 @@ jobs:
fetch-depth: 0

- name: 🛠️ Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -72,8 +71,7 @@ jobs:
fetch-depth: 0

- name: 🛠 Set up Python 3
uses: actions/setup-python@v3
id: python
uses: actions/setup-python@v4.7.1
with:
python-version: "3.11"

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: 🛠 Set up Python
uses: actions/setup-python@v3
id: python
uses: actions/setup-python@v4.7.1
with:
python-version: "3.11"

Expand Down

0 comments on commit 0253b7d

Please sign in to comment.