Skip to content

Commit 13972e0

Browse files
authored
chore: update actions/setup-python to v5 (#148)
1 parent 09edaaa commit 13972e0

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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v2
12+
- uses: actions/setup-python@v5
1313
- name: Setup Git Specs
1414
run: |
1515
git config --global user.name "$GITHUB_ACTOR"

0 commit comments

Comments
 (0)