Skip to content

Commit

Permalink
Update actions/setup-python action to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and shadycuz committed Apr 23, 2024
1 parent 5824909 commit d29e369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Setup Python 3.9
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: '3.9'
architecture: x64
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup Python 3.9
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: '3.9'
architecture: x64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup Latest Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.9
architecture: x64
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit d29e369

Please sign in to comment.