Skip to content

Commit 50d08ec

Browse files
committed
build.yml: Used checkout v4
1 parent 0146bc6 commit 50d08ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
image: python:${{ matrix.python-version }}-slim
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)