Skip to content

Commit 8dc4bae

Browse files
authored
Merge pull request #25 from brick-24/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 52e22f4 + ba2f183 commit 8dc4bae

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@v6
1212
- name: Set up Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: "3.10"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)