We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3625a7 commit e4da90dCopy full SHA for e4da90d
1 file changed
.github/workflows/python.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v6.0.2
19
20
- name: Set up Python ${{ matrix.python-version }}
21
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6.2.0
22
with:
23
python-version: ${{ matrix.python-version }}
24
cache: 'pip'
0 commit comments