We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebd3d8 commit c2ad6a5Copy full SHA for c2ad6a5
1 file changed
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
42
# This should be the minimum required Python version to build refpolicy.
43
- name: Set up Python ${{ matrix.build-opts.python }}
44
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
45
with:
46
python-version: ${{ matrix.build-opts.python }}
47
0 commit comments