Skip to content

Commit d89c5a1

Browse files
authored
Upgrade build script version (TheAlgorithms#466)
1 parent 963f29f commit d89c5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/directory_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1 # v2 is broken for git diff
10-
- uses: actions/setup-python@v2
10+
- uses: actions/setup-python@v4
1111
- name: Setup Git Specs
1212
run: |
1313
git config --global user.name github-actions

0 commit comments

Comments
 (0)