diff --git a/.github/workflows/directory_workflow.yml b/.github/workflows/directory_workflow.yml index 6a34f58..9dfe3cc 100644 --- a/.github/workflows/directory_workflow.yml +++ b/.github/workflows/directory_workflow.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 - name: Setup Git Specs run: | git config --global user.name "$GITHUB_ACTOR"