Skip to content

Commit 7f39c8b

Browse files
authored
Merge pull request #25 from apache/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 1b1147d + bcc1d65 commit 7f39c8b

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.7", "3.8", "3.9"]
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v4
2323
with:

0 commit comments

Comments
 (0)