Skip to content

Commit

Permalink
Bump actions/setup-python from 3 to 4 (microsoft#16404)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 22, 2023
1 parent 8e8840f commit 97f4484
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8.x'
architecture: 'x64'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: false
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11.x'
architecture: 'x64'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: false
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11.x'
architecture: 'x64'
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: false
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11.x'
architecture: 'x86'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8.x'
architecture: 'x64'
Expand Down

0 comments on commit 97f4484

Please sign in to comment.