Skip to content

Commit 223ad3c

Browse files
authored
Merge pull request #60 from apache/dependabot/github_actions/actions/checkout-7
2 parents 5da5cf1 + 2819f0b commit 223ad3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
python-version: ["3.10", "3.11", "3.12", "3.13"]
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v6
2323
with:

0 commit comments

Comments
 (0)