Skip to content

Commit bb3b333

Browse files
authored
Merge pull request #76 from PerfectThymeTech/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 0fa1992 + f845199 commit bb3b333

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_functionAppDeployTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Setup Python 3.10
5252
- name: Setup Python 3.10
5353
id: python_setup
54-
uses: actions/setup-python@v4
54+
uses: actions/setup-python@v5
5555
with:
5656
python-version: ${{ inputs.python_version }}
5757
cache: "pip"

.github/workflows/_functionAppTestTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Setup Python 3.10
2929
- name: Setup Python 3.10
3030
id: python_setup
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ inputs.python_version }}
3434
cache: "pip"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Setup Python 3.10
1717
- name: Setup Python 3.10
1818
id: python_setup
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.10"
2222

0 commit comments

Comments
 (0)