Skip to content

Commit 1a13ed6

Browse files
authored
Merge pull request #9 from emailable/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents b4caa6f + df8a50f commit 1a13ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- run: pip install -r requirements.txt

0 commit comments

Comments
 (0)