Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored Mar 28, 2024
1 parent 6698c2c commit 9b87e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ runs:
using: "composite"
steps:
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.11.8'

- name: Validate repo-directory path
if: ${{inputs.repo-directory != ''}}
Expand Down

0 comments on commit 9b87e40

Please sign in to comment.