Skip to content

Commit b61e7ee

Browse files
authored
Merge pull request #10 from COMMANDO2406/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 2 to 5
2 parents 6955012 + cb3bb6f commit b61e7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up Python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.10"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)