Skip to content

Commit e7109e1

Browse files
authored
Merge pull request #838 from OpenSPP/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 2 to 6
2 parents 90e66f9 + b757de6 commit e7109e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v2
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.8'
1818

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: actions/setup-python@v5
10+
- uses: actions/setup-python@v6
1111
with:
1212
python-version: "3.11"
1313
- name: Get python version

0 commit comments

Comments
 (0)