Skip to content

Commit 8395b33

Browse files
Update actions/checkout action to v4
1 parent b536dc4 commit 8395b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v2
1313
- name: Build and publish to pypi
1414
uses: JRubics/poetry-publish@v1.16

0 commit comments

Comments
 (0)