Skip to content

Commit 776e64a

Browse files
author
Drew Yang
committed
fix: 🎨 bump versions
1 parent daac032 commit 776e64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/test.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: actions/setup-python@v3
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-python@v5
1919
# enforce the same check as pre-commit
2020
# but only run important checks
2121
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)