Skip to content

Commit fff0ff0

Browse files
committed
Use current checkout action in workflows
1 parent 8f05e3d commit fff0ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v6
3030

3131
- name: Setup Python ${{ matrix.python-version }}
3232
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)