Skip to content

Commit

Permalink
Merge pull request #293 from pail23/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5.2.0

Bump actions/setup-python from 5.1.1 to 5.2.0
  • Loading branch information
pail23 committed Sep 4, 2024
2 parents 70360de + 88935db commit 5757cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: "actions/checkout@v4.1.7"

- name: "Set up Python"
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: "3.12"
cache: "pip"
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Check out code from GitHub
uses: "actions/checkout@v4.1.7"
- name: Setup Python
uses: "actions/setup-python@v5.1.1"
uses: "actions/setup-python@v5.2.0"
with:
python-version: "3.12"
- name: Install requirements
Expand Down

0 comments on commit 5757cd3

Please sign in to comment.