Skip to content

Commit

Permalink
[MISC] Update actions/setup-python action to v4.8.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent e75412f commit af40bf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
- id: setup-python
name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: ${{matrix.python-version}}
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- id: setup-python
name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: ${{matrix.python-version}}
architecture: x64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- id: setup_python
name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: '3.10'
architecture: x64
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
fetch-depth: 0
- id: setup_python
name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: '3.10'
architecture: x64
Expand Down

0 comments on commit af40bf4

Please sign in to comment.