Skip to content

Commit

Permalink
Update checkout to v4 in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yutanagano committed Feb 8, 2024
1 parent 30e3c6a commit 4e48514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out branch
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 4e48514

Please sign in to comment.