Skip to content

Commit 0aeda08

Browse files
committed
Update actions/checkout action to v6
1 parent 513fbbf commit 0aeda08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- name: Set up Python 3.10
2828
uses: actions/setup-python@v6
2929
with:

0 commit comments

Comments
 (0)