Skip to content

Commit

Permalink
Merge pull request #83 from amitfin/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5.3.0

Bump actions/setup-python from 5.2.0 to 5.3.0
  • Loading branch information
amitfin authored Oct 28, 2024
2 parents ad253a7 + 8699a84 commit acf6f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up Python"
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.12"
cache: "pip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up Python"
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.12"
cache: "pip"
Expand Down

0 comments on commit acf6f4d

Please sign in to comment.