We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5b0081 + dad0196 commit d33d64bCopy full SHA for d33d64b
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4.2.2
29
- name: Set up Python
30
- uses: actions/setup-python@v5.4.0
+ uses: actions/setup-python@v5.5.0
31
with:
32
python-version: "3.8"
33
- name: Install GoogleTest
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
python-version: ${{ matrix.python }}
86
0 commit comments