Skip to content

Commit f9dee5e

Browse files
authored
Merge pull request #108 from shonan-py/dependabot/github_actions/actions/setup-python-6
2 parents 078de67 + 2e1e0a7 commit f9dee5e

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

0 commit comments

Comments
 (0)