Skip to content

Commit d7380b8

Browse files
Merge pull request #55 from OpenSourceBrain/dependabot/github_actions/actions/setup-python-7
chore(deps): bump actions/setup-python from 3 to 7
2 parents 8cf6885 + 2ba0819 commit d7380b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python 3.9
15-
uses: actions/setup-python@v3
15+
uses: actions/setup-python@v7
1616
with:
1717
python-version: 3.9
1818
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python 3.9
15-
uses: actions/setup-python@v3
15+
uses: actions/setup-python@v7
1616
with:
1717
python-version: 3.9
1818
- name: Install dependencies

0 commit comments

Comments
 (0)