We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26b798 commit 69ae860Copy full SHA for 69ae860
1 file changed
.github/workflows/presubmit.yaml
@@ -12,7 +12,7 @@ jobs:
12
python-version: ["3.10", "3.11", "3.12", "3.13"]
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- name: Set up Python
17
uses: actions/setup-python@v5
18
with:
0 commit comments