Skip to content

Commit 69ae860

Browse files
authored
chore(deps): update actions/checkout action to v5 (#42)
1 parent a26b798 commit 69ae860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ["3.10", "3.11", "3.12", "3.13"]
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:

0 commit comments

Comments
 (0)