Skip to content

Commit 0f1c8b7

Browse files
committed
Update to actions/checkout@v4 and actions/setup-python@v5
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent bd0c56c commit 0f1c8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
shell: bash
2929

3030
steps:
31-
- uses: actions/checkout@v3
32-
- uses: actions/setup-python@v3
31+
- uses: actions/checkout@v4
32+
- uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: "pip"

0 commit comments

Comments
 (0)