Skip to content

Commit

Permalink
fix: typo on actions script version
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Mar 31, 2024
1 parent d9bd482 commit 67a73b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@4
- uses: actions/setup-python@v5
with:
python-version: 3.11

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@4
- uses: actions/setup-python@v5
with:
python-version: 3.11

Expand Down

0 comments on commit 67a73b7

Please sign in to comment.