Skip to content

Commit 0434fd2

Browse files
authored
Merge pull request #18 from pamelafox/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 87c65b5 + 7f12738 commit 0434fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.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@v6
1414
- name: Set up Python 3
15-
uses: actions/setup-python@v6
15+
uses: actions/setup-python@v7
1616
with:
1717
python-version: "3.11"
1818
- name: Install dependencies

0 commit comments

Comments
 (0)