8000 Merge pull request #161 from maxmind/dependabot/github_actions/action… · akx/GeoIP2-python@cd85413 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd85413

Browse files
authored
Merge pull request maxmind#161 from maxmind/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 6d5b6bc + cd8b231 commit cd85413

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
@@ -26,7 +26,7 @@ jobs:
2626
submodules: true
2727

2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

0 commit comments

Comments
 (0)
0